# Description: Word processing program using GTK+2.0 # URL: http://www.abisource.com # Maintainer: Ivan Rodionov, jean at mosk ru # Packager: Ivan Rodionov, jean at mosk ru # Depends on: aspell, fribidi, libgnomeprintui, enchant, wv name=abiword version=3.0.1 release=1 source=(http://abisource.org/downloads/${name}/${version}/source/${name}-${version}.tar.gz) build () { cd $name-$version ./configure \ --prefix=/usr \ --with-libxml2 \ --enable-extra-optimization \ --with-aspell=yes \ --with-perl=yes \ --enable-printing \ --enable-threads make && make DESTDIR=$PKG install }