#Packager: Dimitris Tzemos pkgname=autoconf-archive pkgver=2016.09.16 pkgrel=1dj source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz) sourcetemplate=http://people.salixos.org/djemos/salix/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://www.gnu.org/software/autoconf-archive/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (A collection of freely re-usable Autoconf macros)" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }