fcheck: New port.

This commit is contained in:
Jose V Beneyto 2008-02-22 10:41:31 +01:00
parent e34fa1b4dc
commit a77029bb33
3 changed files with 21 additions and 0 deletions

5
fcheck/.footprint Normal file
View File

@ -0,0 +1,5 @@
drwxr-xr-x root/root etc/
-r-------- root/root etc/fcheck.cfg
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-r-x------ root/root usr/bin/fcheck

1
fcheck/.md5sum Normal file
View File

@ -0,0 +1 @@
bdf767b294b4f706742fb96913df37f0 FCheck_2.07.59.tar.gz

15
fcheck/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: Intrusion detection. Policy enforcement/auditing software
# URL: http://www.geocities.com/fcheck2000/index.html
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Victor Martinez, gandhul at ono dot com
# Depends on:
name=fcheck
version=2.07.59
release=1
source=(http://www.geocities.com/fcheck2000/FCheck_$version.tar.gz)
build () {
install -D -m 0500 $name/$name $PKG/usr/bin/$name
install -D -m 0400 $name/$name.cfg $PKG/etc/$name.cfg
}