diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /bsdsfv | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'bsdsfv')
-rw-r--r-- | bsdsfv/.footprint | 3 | ||||
-rw-r--r-- | bsdsfv/.md5sum | 1 | ||||
-rw-r--r-- | bsdsfv/Pkgfile | 16 |
3 files changed, 20 insertions, 0 deletions
diff --git a/bsdsfv/.footprint b/bsdsfv/.footprint new file mode 100644 index 000000000..d6f515f05 --- /dev/null +++ b/bsdsfv/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bsdsfv diff --git a/bsdsfv/.md5sum b/bsdsfv/.md5sum new file mode 100644 index 000000000..12bcbcc1a --- /dev/null +++ b/bsdsfv/.md5sum @@ -0,0 +1 @@ +381df19a827d5a20097ab95ea9e760fa bsdsfv-1.18.tar.gz diff --git a/bsdsfv/Pkgfile b/bsdsfv/Pkgfile new file mode 100644 index 000000000..6e5e461c0 --- /dev/null +++ b/bsdsfv/Pkgfile @@ -0,0 +1,16 @@ +# Description: A SFV check utility +# URL: http://bsdsfv.sourceforge.net +# Maintainer: sten, nick dot steeves at shaw dot ca +# Packager: + +name=bsdsfv +version=1.18 +release=1 +source=(http://osdn.dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) + +build() { + cd $name + make + mkdir -p $PKG/usr/bin + install -m 755 bsdsfv $PKG/usr/bin/bsdsfv +} |