18 lines
475 B
Bash
18 lines
475 B
Bash
# Template file for 'ferm'
|
|
pkgname=ferm
|
|
version=2.4.1
|
|
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.xz"
|
|
checksum=8a6f7d5beeac07c574bef7a6f938ef543c08aaa0b9980830b9dafb11cae468bb
|
|
|
|
do_install() {
|
|
make install PREFIX=${DESTDIR}/usr
|
|
}
|
|
|