1 # Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
5 pkgdesc="A GTK+ Application to help administrate BIND"
7 url="http://gadmintools.flippedweb.com/index.php?option=com_content&task=view&id=14&Itemid=33"
9 depends=('gtk2' 'bind')
10 optdepends=('gksu: Graphical SU Support')
11 source=("http://mange.dynalias.org/linux/${pkgname}/${pkgname}-${pkgver}.tar.gz" "${pkgname}-menu" "${pkgname}.desktop")
12 md5sums=('203bdafd26990c8b8c6f0649b9549b14'
13 '4e49a8f30153afe2234c5cc985f9cdd0'
14 '253258ed96363727dbc30400f9beef80')
17 cd "$srcdir/$pkgname-$pkgver"
19 ./configure --prefix=/usr
24 cd "$srcdir/$pkgname-$pkgver"
26 make DESTDIR="$pkgdir/" install