#Maintainer: Christopher Rey P. Baluyut pkgname=axel pkgver=2.4 pkgrel=1 zenver=62 arch=i486 source=(http://alioth.debian.org/frs/download.php/3015/$pkgname-$pkgver.tar.gz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/shingoku/$pkgname/source docs=('CHANGES' 'COPYING' 'CREDITS' 'README') url="http://axel.alioth.debian.org/" options=('norequiredbuilder') dotnew=('etc/axelrc') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Axel (Axel Download Accelerator)" "Axel tries to accelerate HTTP/FTP downloading process by using" "multiple connections for one file. It can use multiple mirrors for" "a download. Axel has no dependencies and is lightweight, so it might" "be useful as a wget clone on byte-critical systems." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --etcdir=/etc \ --mandir=/usr/man \ --i18n=1 \ --debug=0 \ --strip=1 make make install DESTDIR=/$startdir/pkg }