ebtables: remove /etc/ethertypes from package and depend on iptables which also owns this file.

This commit is contained in:
Enno Boland 2016-01-15 13:44:12 +01:00
parent e2e8947fda
commit 7b0cc66550

View file

@ -9,7 +9,7 @@ short_desc="Filtering tool for a Linux-based bridging firewall"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://ebtables.netfilter.org/"
depends="perl"
depends="perl iptables"
distfiles="http://ftp.netfilter.org/pub/ebtables/${pkgname}-v${_version}.tar.gz"
checksum=dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d
wrksrc=${pkgname}-v${_version}
@ -28,4 +28,5 @@ post_install() {
rm -r $DESTDIR/etc/rc.d $DESTDIR/etc/ebtables-config
touch $DESTDIR/etc/ebtables.conf
vsv ebtables
rm $DESTDIR/etc/ethertypes
}