Magellan Linux

Annotation of /smage/branches/alx07x-unstable/core/libnl3/libnl3-3.5.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14660 - (hide annotations) (download)
Tue Aug 4 11:41:32 2020 UTC (3 years, 9 months ago) by niro
File size: 800 byte(s)
-release branches/alx07x-unstable
1 niro 13983 # $Id$
2    
3     PNAME="libnl3"
4     PVER="3.5.0"
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     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     https://github.com/thom311/${PNAME/3/}/releases/download/${PNAME/3/}${PVER//./_}/${SRCFILE}
24     mirror://${PNAME}/${SRCFILE}
25     )
26    
27     #UP2DATE="updatecmd http://www.infradead.org/~tgr/${PNAME/3/}/files/ | grep ${PNAME/3/}-[0-9] | lasttarball gz"
28     UP2DATE="updatecmd https://github.com/thom311/${PNAME/3/}/releases | grep ${PNAME/3/}-[0-9] | highesttarball gz"