description="Axel tries to accelerate downloads by using multiple connections (possibly to multiple servers) for one download." packager="piernov " maintainer="piernov " url="http://axel.alioth.debian.org/" depends=() name=axel version=2.4 release=1 source=(https://alioth.debian.org/frs/download.php/3016/$name-$version.tar.bz2) build () { if use nls; then i18n=1 fi cd $name-$version; ./configure \ --prefix=$prefix \ --i18n=${i18n:-0} \ --mandir=$mandir \ --strip=0; # strip is disabled because pkg++ will do the job later. make ${CHOST:+CC=$CHOST-gcc}; make DESTDIR=$PKG install; }