#Packager: George Vlahavas pkgname=depmin pkgver=0.1 pkgrel=1gv arch=noarch source=("depmin-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "depmin (a tool to minimize dependencies)" "depmin is a command line tool to minimize a dependency list. That" "means that any dependency which is a dependency of another dependency" "is removed and only the most essential ones are left. The dependency" "list can be provided as a .dep file or as a list directly from the" "command line." ) build() { cd $startdir/src/$pkgname DESTDIR=$startdir/pkg ./install.sh }