forked from ports/contrib
cksfv: NEW port
This commit is contained in:
parent
fb732fb8df
commit
9010f1b732
6
cksfv/.footprint
Normal file
6
cksfv/.footprint
Normal 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
1
cksfv/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
dfd8db438b9733ef07f41ff4c02ee2f2 cksfv-1.3.9.tar.gz
|
21
cksfv/Pkgfile
Normal file
21
cksfv/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user