18 lines
473 B
Bash
18 lines
473 B
Bash
# Template file for 'ferm'
|
|
pkgname=ferm
|
|
version=2.4
|
|
revision=1
|
|
hostmakedepends="perl"
|
|
depends="perl iptables"
|
|
noarch=yes
|
|
short_desc="Frontend for iptables"
|
|
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://ferm.foo-projects.org/"
|
|
distfiles="http://ferm.foo-projects.org/download/2.4/ferm-${version}.tar.gz"
|
|
checksum=1293d56d6e9d3e3a389c54919fee5a4323ce81fc8b25eee8f3296a858410d470
|
|
|
|
do_install() {
|
|
make install PREFIX=${DESTDIR}/usr
|
|
}
|
|
|