diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-06 22:49:22 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-06 22:49:22 +0000 |
commit | 92b95480c1095db9dc453725c5a13698a7eb8e20 (patch) | |
tree | 87ca37c7367a4282cc2d12458f3b0722a8cddebb /ebtables | |
parent | df3b8ca524404bf9c937ac5f6fec68a8d2a7b21d (diff) |
section fixes
BKrev: 416476725eelgISLryYA2WMdICqzSg
Diffstat (limited to 'ebtables')
-rw-r--r-- | ebtables/ebtables_2.0.6.oe | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ebtables/ebtables_2.0.6.oe b/ebtables/ebtables_2.0.6.oe index 1150f57a6c..96deae41a6 100644 --- a/ebtables/ebtables_2.0.6.oe +++ b/ebtables/ebtables_2.0.6.oe @@ -1,15 +1,15 @@ -# Distributed under the terms of the GNU General Public License v2 - DESCRIPTION = "Utility that enables basic Ethernet frame filtering on a Linux bridge, MAC NAT and brouting." PRIORITY = "optional" -SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \ - file://gcc34.patch;patch=1 \ - file://installnonroot.patch;patch=1 \ - file://installcreatedirs.patch;patch=1" -S = "${WORKDIR}/ebtables-v${PV}" MAINTAINER = "Ned Ludd <solar@gentoo.org>" LICENSE = "GPL" -SECTION = "net" +SECTION = "console/network" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \ + file://gcc34.patch;patch=1 \ + file://installnonroot.patch;patch=1 \ + file://installcreatedirs.patch;patch=1" +S = "${WORKDIR}/ebtables-v${PV}" do_compile () { oe_runmake 'BINPATH=/sbin/' 'MANDIR=${mandir}/' \ |