summaryrefslogtreecommitdiffstats
path: root/test/firestarter/Pkgfile
diff options
context:
space:
mode:
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
+}