void-packages/srcpkgs/ebtables/template

33 lines
836 B
Bash
Raw Normal View History

2015-02-19 21:35:52 +00:00
# Template file for 'ebtables'
pkgname=ebtables
version=2.0.10.4
_version=${version%.*}-${version##*.}
revision=3
2015-02-19 21:35:52 +00:00
build_style=gnu-makefile
conf_files="/etc/ebtables.conf"
2015-02-19 21:35:52 +00:00
short_desc="Filtering tool for a Linux-based bridging firewall"
2015-06-02 07:25:17 +00:00
maintainer="Enno Boland <gottox@voidlinux.eu>"
2015-02-19 21:35:52 +00:00
license="GPL-2"
homepage="http://ebtables.netfilter.org/"
depends="perl"
distfiles="http://ftp.netfilter.org/pub/ebtables/${pkgname}-v${_version}.tar.gz"
2015-02-19 21:35:52 +00:00
checksum=dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d
wrksrc=${pkgname}-v${_version}
2015-02-19 21:35:52 +00:00
make_install_args="
MANDIR=/usr/share/man \
BINDIR=/usr/bin \
2015-02-19 21:35:52 +00:00
INITDIR=/etc/rc.d \
SYSCONFIGDIR=/etc
"
broken_as_needed=yes
pre_build() {
rm include/linux/if_ether.h
}
2015-02-19 21:35:52 +00:00
post_install() {
rm -r $DESTDIR/etc/rc.d $DESTDIR/etc/ebtables-config
touch $DESTDIR/etc/ebtables.conf
2015-02-19 21:35:52 +00:00
vsv ebtables
}