As mentioned previously, I assembled a Crux port for axel today.
# Description: axel is a command-line download accelerator.
# URL: http://axel.alioth.debian.org/
# Maintainer:
# Depends on: glibc
name=axel
version=1.1
release=1
source=(http://alioth.debian.org/frs/download.php/2287/$name-$version.tar.gz)
build ()
{
cd $name-$version;
./configure --prefix=/usr --etcdir=/etc/axel;
make || return 1;
make DESTDIR=$PKG install
}
I take almost no credit for this one though, since the heavy lifting was done by Colin Zheng’s PKGBUILD2Pkgfile script. I just polished some of the corners.
I should probably revise some of my old Frankenscripts and see if Colin’s tool makes them any smoother.





Recent Comments