Magellan Linux

Annotation of /trunk/extras/libnl3/libnl3-3.2.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12730 - (hide annotations) (download)
Fri Jun 29 12:08:23 2012 UTC (11 years, 11 months ago) by niro
File size: 465 byte(s)
auto added: ver bump to 3.2.11-r1
1 niro 12730 # $Id$
2    
3     PNAME="libnl3"
4     PVER="3.2.11"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="libnl3 is a library for applications dealing with netlink sockets."
10     HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
11    
12     DEPEND=""
13    
14     SRCFILE="${PNAME/3/}-${PVER}.tar.gz"
15     SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}"
16    
17     sminclude mbuild
18    
19     SRC_URI=(
20     http://www.infradead.org/~tgr/${PNAME/3/}/files/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     # fake
25     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"