#Maintainer: Juhana Uuttu pkgname=cfv pkgver=1.18.3 pkgrel=1 zenver=62 arch=noarch source=("http://downloads.sourceforge.net/cfv/cfv-$pkgver.tar.gz") sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ docs=("readme" "copying" "changelog") url=http://cfv.sourceforge.net/ slackdesc=\ ( "$pkgname - Command-line File Verify" "cfv verifies that the files you have are the same as those that they" "were used to create the checksum file. Supports .sfv, .csv, .crc," ".md5, md5sum, sha1sum, .torrent, par and par2 files." ) build() { # Just copy two files to the right dirs. Piece of cake! mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/man/man1 cd $startdir/src/$pkgname-$pkgver cp ./cfv $startdir/pkg/usr/bin cp ./cfv.1 $startdir/pkg/usr/man/man1 }