#Maintainer: Pedro Pinto (pnboy~AT~pinguix.com) pkgname=boost-jam pkgver=3.1.17 pkgrel=1 zenver=60 arch=i486 source=(http://switch.dl.sourceforge.net/sourceforge/boost/$pkgname-$pkgver.tgz) sourcetemplate=http://pnboy.pinguix.com/my_packages/zenwalk/$pkgname/$pkgver/ #docs=(*.html *.png *.css LICENSE*.txt images jam) url=http://www.boost.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (extension of the Perforce Jam portable make replacement)" "Boost Jam is a build tool based on FTJam, which in turn is based on" "Perforce Jam. It contains significant improvements made to facilitate" "its use in the Boost Build System, but should be backward compatible" "with Perforce Jam." ) build() { cd $startdir/src/$pkgname-$pkgver # Build and install: LOCATE_TARGET=bin ./build.sh mkdir -p $startdir/pkg/usr/bin install -m 755 bin/bjam $startdir/pkg/usr/bin/bjam-$pkgver ( cd $startdir/pkg/usr/bin ln -s bjam-$pkgver bjam ) # Using the docs it would copy more that it should, this is one of those times, manually is preferable ... :) mkdir -p $startdir/pkg/usr/doc/$pkgname-$pkgver cp -a *.html *.png *.css LICENSE*.txt images jam $startdir/pkg/usr/doc/$pkgname-$pkgver }