1
0
forked from ports/contrib

cksfv: NEW port

This commit is contained in:
James Mills 2007-02-11 23:20:52 +10:00
parent fb732fb8df
commit 9010f1b732
3 changed files with 28 additions and 0 deletions

6
cksfv/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cksfv
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rwxr-xr-x root/root usr/man/man1/cksfv.1.gz

1
cksfv/.md5sum Normal file
View File

@ -0,0 +1 @@
dfd8db438b9733ef07f41ff4c02ee2f2 cksfv-1.3.9.tar.gz

21
cksfv/Pkgfile Normal file
View File

@ -0,0 +1,21 @@
# Description: cksfv (Check SFV) creates simple file verification (.sfv) listings and tests existing sfv files.
# URL: http://www.iki.fi/shd/foss/cksfv/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Han Boetes, han at mijncomputer dot nl
#
# Depends on:
name=cksfv
version=1.3.9
release=1
source=(http://www.iki.fi/shd/foss/cksfv/files/cksfv-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make install BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/man
chown -R root:root $PKG
}