bsdsfv: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:07:42 +00:00
parent f983200260
commit f9570b38d4
3 changed files with 0 additions and 20 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/bsdsfv

View File

@ -1 +0,0 @@
381df19a827d5a20097ab95ea9e760fa bsdsfv-1.18.tar.gz

View File

@ -1,16 +0,0 @@
# Description: A SFV check utility
# URL: http://bsdsfv.sourceforge.net
# Maintainer:
# Packager:
name=bsdsfv
version=1.18
release=1
source=(http://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
}