Magellan Linux

Contents of /branches/magellan-next/core/libnl/libnl-3.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8354 - (show annotations) (download)
Fri Jul 15 08:17:29 2011 UTC (12 years, 11 months ago) by niro
File size: 698 byte(s)
-fixed SRC_URI
1 # $Id$
2
3 PNAME="libnl"
4 PVER="3.0"
5 PBUILD="r1"
6
7 PCATEGORIE="dev-libs"
8
9 DESCRIPTION="libnl is a library for applications dealing with netlink sockets."
10 HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
11
12 DEPEND=""
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 http://www.infradead.org/~tgr/${PNAME}/files/${SRCFILE}
21 http://www.kernel.org/pub/linux/bluetooth/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/${PNAME}-1.1-vlan-header.patch
24 )
25
26 # fake
27 UP2DATE="updatecmd http://www.infradead.org/~tgr/libnl/files/ | lasttarball gz"
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 mpatch ${PNAME}-1.1-vlan-header.patch || die
35 }