21 lines
571 B
Bash
21 lines
571 B
Bash
# Template file for 'arptables'
|
|
pkgname=arptables
|
|
version=0.0.4
|
|
revision=1
|
|
wrksrc="${pkgname}-v${version}"
|
|
build_style=gnu-makefile
|
|
depends="perl"
|
|
short_desc="ARP table administration"
|
|
maintainer="beefcurtains <beefcurtains@users.noreply.github.com>"
|
|
license="GPL-2"
|
|
homepage="http://ebtables.sourceforge.net/"
|
|
distfiles="ftp://ftp.netfilter.org/pub/arptables/arptables-v0.0.4.tar.gz"
|
|
checksum=277985e29ecd93bd759a58242cad0e02ba9d4a6e1b7795235e3b507661bc0049
|
|
|
|
do_install() {
|
|
vbin arptables
|
|
vbin arptables-restore
|
|
vbin arptables-save
|
|
vman arptables.8
|
|
vsv arptables
|
|
}
|