Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8353 - (hide annotations) (download)
Fri Jul 15 08:16:28 2011 UTC (12 years, 10 months ago) by niro
File size: 641 byte(s)
auto added: ver bump to 3.0-r1
1 niro 8353 # $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.kernel.org/pub/linux/bluetooth/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     mirror://${PNAME}/${PNAME}-1.1-vlan-header.patch
23     )
24    
25     # fake
26     UP2DATE="updatecmd http://www.infradead.org/~tgr/libnl/files/ | lasttarball gz"
27    
28     src_prepare()
29     {
30     munpack ${SRCFILE} || die
31     cd ${SRCDIR}
32    
33     mpatch ${PNAME}-1.1-vlan-header.patch || die
34     }