New package: cksfv-1.3.14

This commit is contained in:
Dominik Honnef 2014-07-02 16:06:30 +02:00
parent 964865c2e8
commit 283c17120e
1 changed files with 14 additions and 0 deletions

14
srcpkgs/cksfv/template Normal file
View File

@ -0,0 +1,14 @@
pkgname=cksfv
version=1.3.14
revision=1
build_style=configure
maintainer="Dominik Honnef <dominik@honnef.co>"
license="GPL-2"
homepage="http://zakalwe.fi/~shd/foss/cksfv/"
short_desc="SFV checksum utility (simple file verification)"
distfiles="http://zakalwe.fi/~shd/foss/cksfv/files/${pkgname}-${version}.tar.gz"
checksum=010facce85b317b7b9f952c84cd59ce03476a2b685db33a49b6ea0d1b38378ea
pre_configure() {
configure_args="--prefix=/usr --package-prefix=${DESTDIR} --bindir=/usr/bin --mandir=/usr/share/man"
}