updated on Wed Jan 18 08:00:29 UTC 2012
[aur-mirror.git] / kmyfirewall / PKGBUILD
blob87614b7fe58236d72af17f981409cc54b764c8d0
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>
5 pkgname=kmyfirewall
6 pkgver=1.1.1
7 pkgrel=1.1
8 pkgdesc="A (almost) complete graphical interface to the IPTables command line program that configures the fire walling functionality "
9 arch=(i686 x86_64)
10 url="http://kmyfirewall.sourceforge.net/"
11 license=('GPL')
12 depends=('kdelibs3' 'iptables')
13 source=(http://downloads.sourceforge.net/sourceforge/kmyfirewall/$pkgname-$pkgver.tar.bz2)
14 install=kmyfirewall.install
16 build() {
17   cd $startdir/src/$pkgname-$pkgver
18    ./configure --prefix=/opt/kde --enable-final --disable-debug --without-arts --with-qt-dir=/opt/qt
19    make || return 1
20    make DESTDIR=$startdir/pkg/ install
21  }
22 md5sums=('707afe4bb8724148986fd80485f0da03')