mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/ferm Initial Commit
This commit is contained in:
parent
aad39b2c41
commit
fca885bb76
22
testing/ferm/APKBUILD
Normal file
22
testing/ferm/APKBUILD
Normal file
@ -0,0 +1,22 @@
|
||||
# Contributor: Michael Mason <ms13sp@gmail.com>
|
||||
# Maintainer: Michael Mason <ms13sp@gmail.com>
|
||||
pkgname=ferm
|
||||
pkgver=2.0.5
|
||||
pkgrel=0
|
||||
pkgdesc="firewall configuration tool"
|
||||
url="http://ferm.foo-projects.org/"
|
||||
license="GPL"
|
||||
depends="perl iptables"
|
||||
makedepends=""
|
||||
install=
|
||||
subpackages=""
|
||||
source="http://ferm.foo-projects.org/download/2.0/$pkgname-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
install -m755 -D "$srcdir"/"$pkgname-$pkgver"/src/ferm "$pkgdir"/usr/sbin/"$pkgname"
|
||||
install -m755 -D "$srcdir"/"$pkgname-$pkgver"/src/import-ferm "$pkgdir"/usr/sbin/import-ferm
|
||||
}
|
||||
|
||||
md5sums="e77db05360877299cb6fa8c5b51a5e77 ferm-2.0.5.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user