Magellan Linux

Contents of /branches/R11-stable/core/libnl3/libnl3-3.2.23-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20120 - (show annotations) (download)
Tue Nov 26 10:19:47 2013 UTC (10 years, 5 months ago) by niro
File size: 535 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libnl3"
4 PVER="3.2.23"
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=">= virtual/glibc"
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 UP2DATE="updatecmd http://www.infradead.org/~tgr/${PNAME/3/}/files/ | grep ${PNAME/3/}-[0-9] | lasttarball gz"