#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=depcheck pkgver=4.0 pkgrel=1gv arch=noarch source=("depcheck-$pkgver.tar.gz") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "depcheck (a tool to check .dep files against the system)" "depcheck is a tool that helps users check a dependency file (.dep) as" "used in Salix against locally installed packages, in order to check if" "there are any missing dependencies. Suggestion (.sug) or conflicts" "(.con) files can also be checked. Dependencies can be separated by" "commas, spaces or new lines." ) build() { cd $startdir/src/$pkgname ./compile.sh DESTDIR=$startdir/pkg ./install.sh }