summaryrefslogtreecommitdiff
path: root/ebtables/ebtables_2.0.6.oe
diff options
context:
space:
mode:
Diffstat (limited to 'ebtables/ebtables_2.0.6.oe')
-rw-r--r--ebtables/ebtables_2.0.6.oe16
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}/' \