Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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