Magellan Linux

Annotation of /trunk/extras/bridge-utils/bridge-utils-1.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2166 - (hide annotations) (download)
Thu Jul 9 19:08:40 2009 UTC (14 years, 11 months ago) by niro
File size: 925 byte(s)
-added todo
1 niro 2140 # $Id$
2    
3     PNAME="bridge-utils"
4     PVER="1.4"
5     PBUILD="r2"
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 niro 2166 #UP2DATE="updatecmd_sourceforge bridge ${PNAME}"
29     UP2DATE="updatecmd_sourceforge bridge bridge - ${PNAME}"
30 niro 2140
31     src_prepare()
32     {
33     munpack ${SRCFILE} || die
34     cd ${SRCDIR}
35    
36     # create missing configure and co
37     autoreconf --install --force || die
38     }
39    
40     src_compile()
41     {
42     cd ${SRCDIR}
43    
44     mconfigure \
45     --with-linux-headers=/usr/include \
46     --prefix=/ \
47     --libdir=/usr/$(mlibdir) \
48     --includedir=/usr/include \
49     || die
50    
51     mmake || die
52     }

Properties

Name Value
svn:keywords Id