summaryrefslogtreecommitdiff
path: root/ebtables
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-06 22:49:22 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-06 22:49:22 +0000
commit92b95480c1095db9dc453725c5a13698a7eb8e20 (patch)
tree87ca37c7367a4282cc2d12458f3b0722a8cddebb /ebtables
parentdf3b8ca524404bf9c937ac5f6fec68a8d2a7b21d (diff)
section fixes
BKrev: 416476725eelgISLryYA2WMdICqzSg
Diffstat (limited to 'ebtables')
-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}/' \