1 # $Id: PKGBUILD 13844 2008-09-29 03:16:22Z allan $
2 # Maintainer : Tobias Powalowski <tpowa@archlinux.org>
3 # Maintainer : Lajos Kovacs <klajos at archlinux us>
8 pkgdesc="A (almost) complete graphical interface to the IPTables command line program that configures the fire walling functionality "
10 url="http://kmyfirewall.sourceforge.net/"
12 depends=('kdelibs3' 'iptables')
13 source=(http://downloads.sourceforge.net/sourceforge/kmyfirewall/$pkgname-$pkgver.tar.bz2)
14 install=kmyfirewall.install
17 cd $startdir/src/$pkgname-$pkgver
18 ./configure --prefix=/opt/kde --enable-final --disable-debug --without-arts --with-qt-dir=/opt/qt
20 make DESTDIR=$startdir/pkg/ install
22 md5sums=('707afe4bb8724148986fd80485f0da03')