diff options
Diffstat (limited to 'extra/ufw/Pkgfile')
-rw-r--r-- | extra/ufw/Pkgfile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ufw/Pkgfile b/extra/ufw/Pkgfile index e72d04d37..0dcecf583 100644 --- a/extra/ufw/Pkgfile +++ b/extra/ufw/Pkgfile @@ -2,17 +2,17 @@ # URL: https://launchpad.net/ufw # Maintainer: NuTyX core team # Packager: Tux03 -# Depends on: python, iptables +# Depends on: python2, iptables name=ufw -version=0.29.1 +version=0.30 release=1 -source=(http://launchpad.net/ufw/0.29/0.29.1/+download/ufw-0.29.1.tar.gz\ +source=(http://launchpad.net/ufw/0.30/0.30/+download/ufw-0.30.tar.gz\ ufwd) build() { cd $name-$version - python ./setup.py install --root=$PKG + python2 ./setup.py install --root=$PKG mkdir -p $PKG/usr/bin mv $PKG/usr/{sbin,bin}/$name rm -r $PKG/usr/sbin |