# Abiword # URL: http://www.abisource.com # Maintainer: M0E-lnx # Depends on: gtk, enchant name=abiword version=2.4.6 release=2 source=(http://www.abisource.org/downloads/$name/$version/source/$name-$version.tar.bz2) build() { cd $name-$version/abi ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/man \ --with-included-gettext \ --disable-gnome make make DESTDIR=$PKG install }