# $Id: PKGBUILD 57202 2011-10-23 23:26:43Z andrea $ # Maintainer: Jaroslaw Swierczynski # Contributor: Wijnand Modderman pkgname=cksfv pkgver=1.3.14 pkgrel=2 pkgdesc="SFV (Simple File Verification) Checker" arch=('i686' 'x86_64') url="http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/" license=('GPL') depends=('glibc') source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz) md5sums=('2e15289753ea0b90b6ea86993f93b383') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --package-prefix=$pkgdir make } package() { cd $srcdir/$pkgname-$pkgver make install chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1 }