1 # Maintainer: Phillip Smith <fukawi2@NO-SPAM.gmail.com>
2 # http://github.com/fukawi2/aur-packages
6 pkgdesc="An iptables front-end to allow rules to be expressed in a more flexible, free-form style using language."
8 url="http://huskfw.info/"
10 depends=('perl' 'perl-config-inifiles' 'perl-config-simple')
11 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
12 md5sums=('ef3190346bec971ee9886328fa7f7651')
15 cd "$srcdir/$pkgname-$pkgver"
16 sed -e 's|/usr/local/|/usr/|g' -i Makefile
17 make DESTDIR=$pkgdir install
20 # vim:set ts=2 sw=2 et: