#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) #Original coder: Matthew Bruenig pkgname=depcheck pkgver=2.1 pkgrel=1gv arch=noarch source=(http://pnboy.pinguix.com/gapan/$pkgname/depcheck-$pkgver.tar.bz2) slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - script to check .dep files against system" "Uses package logs to print the installation status of the dependencies" "listed in a .dep file. It can optionally install missing dependencies" "with netpkg." ) build() { cd $startdir/src/$pkgname-$pkgver install -D -m755 depcheck $startdir/pkg/usr/bin/depcheck install -D -m644 depcheck.8 $startdir/pkg/usr/man/man8/depcheck.8 }