updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / husk / PKGBUILD
blob320db99eb6455e5df977b27c82660b85d69219c0
1 # Maintainer: Phillip Smith <fukawi2@NO-SPAM.gmail.com>
2 # http://github.com/fukawi2/aur-packages
3 pkgname=husk
4 pkgver=0.9.5
5 pkgrel=1
6 pkgdesc="An iptables front-end to allow rules to be expressed in a more flexible, free-form style using language."
7 arch=('any')
8 url="http://huskfw.info/"
9 license=('GPL')
10 depends=('perl' 'perl-config-inifiles' 'perl-config-simple')
11 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
12 md5sums=('ef3190346bec971ee9886328fa7f7651')
14 package() {
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: