Magellan Linux

Contents of /trunk/core/libnfnetlink/libnfnetlink-1.0.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33471 - (show annotations) (download)
Mon Jul 24 11:36:51 2023 UTC (10 months ago) by niro
File size: 570 byte(s)
-ver bump to 1.0.2-r1
1 # $Id$
2
3 PNAME="libnfnetlink"
4 PVER="1.0.2"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="libnftnl is a low-level library for netfilter related kernel/userspace communication."
10 HOMEPAGE="https://netfilter.org/projects/libnftnl/"
11
12 DEPEND=">= virtual/glibc"
13
14 SDEPEND=">= virtual/pkgconfig"
15
16 SRCFILE="${PNAME}-${PVER}.tar.bz2"
17 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
18
19 sminclude multilib mbuild
20
21 SRC_URI=(
22 https://netfilter.org/projects/${PNAME}/files/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2DATE="updatecmd https://netfilter.org/projects/${PNAME}/files/ | highesttarball"