Magellan Linux

Contents of /trunk/core/libnl3/libnl3-3.7.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33469 - (show annotations) (download)
Mon Jul 24 11:36:05 2023 UTC (10 months ago) by niro
File size: 551 byte(s)
-ver bump to 3.7.0-r1
1 # $Id$
2
3 PNAME="libnl3"
4 PVER="3.7.0"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="libnl3 is a library for applications dealing with netlink sockets."
10 HOMEPAGE="https://github.com/thom311/libnl/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME/3/}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}"
16
17 sminclude multilib mbuild
18
19 SRC_URI=(
20 https://github.com/thom311/${PNAME/3/}/releases/download/${PNAME/3/}${PVER//./_}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd https://github.com/thom311/${PNAME/3/}/releases/ | highesttarball gz"