# curl, http://curl.haxx.se name=curl version=7.18.2 release=1 source=(http://curl.haxx.se/download/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info make make DESTDIR=$PKG install }