summaryrefslogtreecommitdiffstats
path: root/extra/ufw/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-04 12:14:38 +0100
committersibel <lesibel@free.fr>2011-03-04 12:14:38 +0100
commit13dc5abbb39d8c6feb9f224926b3397f1ca75420 (patch)
treeac38030206bd49016909863f2d8e956d90f7e618 /extra/ufw/Pkgfile
parent515de9c18aafc0636a35b8b2f737aed43fbbbb7e (diff)
downloadnutyx-extra-13dc5abbb39d8c6feb9f224926b3397f1ca75420.tar.gz
nutyx-extra-13dc5abbb39d8c6feb9f224926b3397f1ca75420.tar.bz2
nutyx-extra-13dc5abbb39d8c6feb9f224926b3397f1ca75420.tar.xz
nutyx-extra-13dc5abbb39d8c6feb9f224926b3397f1ca75420.zip
ufw déplacé dans ouvert
Diffstat (limited to 'extra/ufw/Pkgfile')
-rw-r--r--extra/ufw/Pkgfile28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/ufw/Pkgfile b/extra/ufw/Pkgfile
deleted file mode 100644
index 2bc087b76..000000000
--- a/extra/ufw/Pkgfile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Description: Un parefeu très simple
-# URL: https://launchpad.net/ufw
-# Maintainer: NuTyX core team
-# Packager: Tux03
-# Depends on: iptables
-# Run on: iptables
-
-name=ufw
-version=0.30
-release=1
-source=(http://launchpad.net/ufw/0.30/0.30/+download/ufw-0.30.tar.gz\
- ufwd)
-
-build() {
- cd $name-$version
- python2 ./setup.py install --root=$PKG
- mkdir -p $PKG/usr/bin
- mv $PKG/usr/{sbin,bin}/$name
- rm -r $PKG/usr/sbin
- chmod 644 $PKG/etc/ufw/*.rules $PKG/lib/ufw/*.rules
- mkdir -p $PKG/etc/rc.d/{init.d,rc{1,2,3,4,5}.d}
- install -m755 ../ufwd $PKG/etc/rc.d/init.d/ufwd
- for i in 2 3 4 5
- do ln -s ../init.d/ufwd $PKG/etc/rc.d/rc$i.d/S19ufwd
- done
-
-}
-