summaryrefslogtreecommitdiffstats
path: root/test/firestarter/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-26 23:29:48 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-26 23:29:48 +0100
commit400a53ca1b5c82c9ad40c662daf4bbe54a018003 (patch)
treedb81119f6f4927ade56c204f30ab69e9870c43a0 /test/firestarter/Pkgfile
parent23568da3b83487cb6d012914045d5ba1c3bcadca (diff)
downloadnutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.gz
nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.bz2
nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.tar.xz
nutyx-extra-400a53ca1b5c82c9ad40c662daf4bbe54a018003.zip
firestarter dans test
Diffstat (limited to 'test/firestarter/Pkgfile')
-rw-r--r--test/firestarter/Pkgfile23
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
+}