#Maintainer: Dimitris Tzemos pkgname=link-grammar pkgver=5.2.1 pkgrel=1dj source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver url="http://www.abisource.com/downloads/link-grammar/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "abiword (word processing for everyone)" "AbiWord is a lean and fast full-featured word processor. It can import" "many formats including Word97/2000 and RTF, Palm, Psion, DocBook and" "XHTML documents, and can export to RTF, Palm, Psion, XHTML, Text," "and LaTeX formats. Linux Journal calls it \"an elegant, open source" "word processor that delivers the Word functionality most people use.\"" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }