Magellan Linux

Contents of /branches/R11-unstable/core/bridge-utils/bridge-utils-1.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12753 - (show annotations) (download)
Mon Jul 2 14:37:15 2012 UTC (11 years, 10 months ago) by niro
Original Path: trunk/core/bridge-utils/bridge-utils-1.5-r2.smage2
File size: 790 byte(s)
-marked unstable
1 # $Id$
2
3 PNAME="bridge-utils"
4 PVER="1.5"
5 PBUILD="r2"
6
7 PCAT="net-misc"
8 STATE="unstable"
9
10 DESCRIPTION="Tools for configuring the Linux kernel 802.1d Ethernet Bridge."
11 HOMEPAGE="http://linux-net.osdl.org/index.php/Bridge"
12
13 DEPEND=">= virtual/glibc"
14 SDEPEND=">= virtual/kernel-headers
15 >= sys-dev/autoconf-4
16 >= sys-dev/automake-3"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22 msetfeature "!check"
23
24 SRC_URI=(
25 sourceforge://bridge/${SRCFILE}
26 mirror://${PNAME}/${SRCFILE}
27 )
28
29 UP2DATE="updatecmd_sourceforge bridge bridge - ${PNAME}"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 # create missing configure and co
37 mautoreconf || die
38 }
39
40 src_compile()
41 {
42 cd ${SRCDIR}
43
44 mconfigure --with-linux-headers=/usr/include || die
45 mmake || die
46 }