blob: fb27c0e21d56c331042438a4f75f71a15e08d1df (
plain)
1 # Description: Intrusion detection. Policy enforcement/auditing software
2 # URL: http://www.geocities.com/fcheck2000/index.html
3 # Maintainer: Victor Martinez, pitillo at ono dot com
4 # Depends on:
5
6 name=fcheck
7 version=2.07.59
8 release=1
9 source=(http://www.geocities.com/fcheck2000/FCheck_$version.tar.gz)
10
11 build () {
12 install -D -m 0500 $name/$name $PKG/usr/bin/$name
13 install -D -m 0400 $name/$name.cfg $PKG/etc/$name.cfg
14 }
|