contrib/fcheck/Pkgfile

15 lines
424 B
Plaintext
Raw Normal View History

2008-02-22 10:41:31 +01:00
# Description: Intrusion detection. Policy enforcement/auditing software
# URL: http://www.geocities.com/fcheck2000/index.html
2008-05-15 08:38:18 +02:00
# Maintainer: Victor Martinez, pitillo at ono dot com
2008-02-22 10:41:31 +01:00
# 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
2008-02-22 10:47:14 +01:00
install -D -m 0400 $name/$name.cfg $PKG/etc/$name.cfg
2008-02-22 10:41:31 +01:00
}