#Maintainer: R S Ananda Murthy (rsamurti~at~gmail~dot~com) ## packager: stillborn pkgname=depfinder pkgver=1.3.9 pkgrel=1 zenver=70 arch=i486 source=(http://downloads.sourceforge.net/project/depfinder/1.3.9/$pkgname-$pkgver.tar.gz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/stillborn/depfinder/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "translators") CFLAGS="-O3 -march=i486 -mtune=i686 -fomit-frame-pointer" CXXFLAGS="-O3 -march=i486 -mtune=i686 -fomit-frame-pointer" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "depfinder (finds dependencies of Slackware packages)" "depfinder is a tool that finds the dependencies of Slackware" "packages and outputs them in a comma separated list, in stdout or a" ".dep file. depfinder is very fast at calculating dependencies; the" "speed difference mainly comes from the C++ code that is used to find" "in which package each individual library is included. That C++ code is" "'borrowed' (as in blatanly ripped) from Nigel Bosch's zpm code." "depfinder also has support for running multiple jobs which makes it a" "*lot* faster on PCs with multiple CPUs/cores." ) build() { cd $startdir/src/$pkgname if [ $arch = "x86_64" ];then ./compile.sh -64 else ./compile.sh fi DESTDIR=$startdir/pkg ./install.sh }