Magellan Linux

Contents of /trunk/extras/bridge-utils/bridge-utils-1.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 919 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/bridge-utils/bridge-utils-1.4-r1.smage2,v 1.1 2008/02/12 08:04:18 niro Exp $
2
3 PNAME="bridge-utils"
4 PVER="1.4"
5 PBUILD="r1"
6
7 PCATEGORIE="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-apps/automake-3"
17
18 SRCFILE="${PNAME}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 sourceforge://bridge/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_prepare()
29 {
30 munpack ${SRCFILE} || die
31 cd ${SRCDIR}
32
33 # create missing configure and co
34 autoreconf --install --force || die
35 }
36
37 src_compile()
38 {
39 cd ${SRCDIR}
40
41 mconfigure \
42 --with-linux-headers=/usr/include \
43 --prefix=/ \
44 --libdir=/usr/$(mlibdir) \
45 --includedir=/usr/include \
46 || die
47
48 mmake || die
49 }

Properties

Name Value
svn:keywords Id