Magellan Linux

Annotation of /smage/trunk/core/libnl3/libnl3-3.2.25-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10244 - (hide annotations) (download)
Thu Aug 17 08:42:49 2017 UTC (6 years, 8 months ago) by niro
File size: 593 byte(s)
auto added: ver bump to 3.2.25-r3
1 niro 10244 # $Id$
2    
3     PNAME="libnl3"
4     PVER="3.2.25"
5     PBUILD="r3"
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     ALX_PKG_KEEP="etc/libnl
18     usr/$(mlibdir)/*.so.*"
19     sminclude mbuild alx-split
20    
21     SRC_URI=(
22     http://www.infradead.org/~tgr/${PNAME/3/}/files/${SRCFILE}
23     mirror://${PNAME}/${SRCFILE}
24     )
25    
26     UP2DATE="updatecmd http://www.infradead.org/~tgr/${PNAME/3/}/files/ | grep ${PNAME/3/}-[0-9] | lasttarball gz"