forked from ports/contrib
fcheck: New port.
This commit is contained in:
parent
e34fa1b4dc
commit
a77029bb33
5
fcheck/.footprint
Normal file
5
fcheck/.footprint
Normal 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
1
fcheck/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
bdf767b294b4f706742fb96913df37f0 FCheck_2.07.59.tar.gz
|
15
fcheck/Pkgfile
Normal file
15
fcheck/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user