diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:29:48 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:29:48 +0100 |
commit | 400a53ca1b5c82c9ad40c662daf4bbe54a018003 (patch) | |
tree | db81119f6f4927ade56c204f30ab69e9870c43a0 /test/firestarter/Pkgfile | |
parent | 23568da3b83487cb6d012914045d5ba1c3bcadca (diff) | |
download | nutyx-pakxe-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.gz nutyx-pakxe-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.bz2 nutyx-pakxe-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.xz nutyx-pakxe-400a53ca1b5c82c9ad40c662daf4bbe54a018003.zip |
firestarter dans test
Diffstat (limited to 'test/firestarter/Pkgfile')
-rw-r--r-- | test/firestarter/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/firestarter/Pkgfile b/test/firestarter/Pkgfile new file mode 100644 index 000000000..d243c17a3 --- /dev/null +++ b/test/firestarter/Pkgfile @@ -0,0 +1,23 @@ +# Description: Parefeu graphique +# URL: http://www.fs-security.com/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: iptables, libgnomeui + +name=firestarter +version=1.0.3 +release=1 + +source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + sed -i 's|/sbin/iptables|/usr/sbin/iptables|' src/firestarter.c + sed -i 's|/sbin/iptables|/usr/sbin/iptables|' src/netfilter-script.c + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var + make + make DESTDIR=$PKG install +} |