You are not logged in.
here is the kmyfirewall package for easy firewalling
$Id: PKGBUILD,v 1.4 2004/03/24 14:30:50 damir Exp $
# Contributor : Tobias Powalowski <t.powa@gmx.de>
# Maintainer : Damir Perisa <damir.perisa@bluewin.ch>
pkgname=kmyfirewall
pkgver=0.9.6.2
pkgrel=1
pkgdesc="KMyFirewall is mainly a (almost) complete graphical interface to the IPTables command line program that configures the fire walling functionality "
url="http://kmyfirewall.sourceforge.net/"
depends=('kdelibs')
source=(http://http://belnet.dl.sourceforge.net/sourceforge/kmyfirewall/$pkgname-$pkgver.tar.bz2)
md5sums='6237add44c0fe8af1f725a2e259ddba3'
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/kde --enable-final
make || return 1
make DESTDIR=$startdir/pkg/ install
}
Offline