# Abiword # URL: http://www.abisource.com # Maintainer: M0E-lnx # Depends on: gtk, enchant, eps, poppler, ots, libgda, libgnomedb, aisksaurus, abimathview, link-grammar, libgoffice name=abiword-plugins version=2.4.6 release=1 source=(http://www.abisource.org/downloads/abiword/$version/source/abiword-$version.tar.bz2) build() { cd abiword-$version/$name ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libdir=/usr/lib \ --mandir=/usr/man \ --disable-ots \ --disable-pdf \ --with-included-gettext make make DESTDIR=$PKG install }