#Packager: Richard Lapointe #Anything commented out is optional and can be deleted. pkgname=slk-pkgcheck pkgver=1.1 pkgrel=1rl arch=noarch source=(ftp://laprjns.com/salix/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "slk-pkgcheck is a perl script that checks for packing rules compliance" "A script to test if a package is compilant with Salix packaging rules" "Based on pkgcheck.pl for Slackware packages and Zenwalks zen-pkgcheck" ) build() { mkdir -p $startdir/pkg/usr/bin/ cd $startdir/src/$pkgname-$pkgver install -m755 $pkgname.pl $startdir/pkg/usr/bin/$pkgname }