#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com) pkgname=aria2 pkgver=1.9.3 pkgrel=1gv source=("http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.bz2") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo" "license*" "about-nls") url=http://aria2.sourceforge.net/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "aria2 (a utility for downloading files)" "Aria2 support the HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and" "Metalink protocols. It can download a file from multiple sources/" "protocols and tries to utilize your maximum download bandwidth. It" "even supports downloading a file from HTTP(S)/FTP and BitTorrent at" "the same time, while the data downloaded from HTTP(S)/FTP is uploaded" "to the BitTorrent swarm. Using Metalink's chunk checksums, aria2" "automatically validates chunks of data while downloading a file like" "BitTorrent." ) build() { cd $startdir/src/aria2-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-xmltest --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }