Magellan Linux

Contents of /smage/trunk/core/libnl3/libnl3-3.2.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4556 - (show annotations) (download)
Sat Mar 16 20:57:38 2013 UTC (11 years, 2 months ago) by niro
File size: 481 byte(s)
-removed deprecated patches
1 # $Id$
2
3 PNAME="libnl3"
4 PVER="3.2.21"
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 # fake
25 UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"