#Maintainer: Dimitris Tzemos pkgname=autogen pkgver=5.18.4 pkgrel=1dj source=("http://ftp.gnu.org/gnu/autogen/rel5.18.4/$pkgname-$pkgver.tar.xz") docs=("AUTHORS" "COPYING" "ChangeLog" "INSTALL" "NEWS" "README" "THANKS" "TODO" "VERSION") url="http://www.gnu.org/software/autogen/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "autogen (configure generator)" "autogen generates program files from repetitive text with varied" "substitutions. Its goal is to simplify the maintenance of programs" "that contain large amounts of repetitive text. This is especially" "valuable if there are several blocks of such text that must be kept" "synchronized in parallel tables." "" "Homepage: http://www.gnu.org/software/autogen" ) build() { cd $startdir/src/$pkgname-$pkgver set -e ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-static=no \ --build=$arch-slackware-linux make make install DESTDIR=$PKG }