Magellan Linux

Contents of /trunk/core/libnftnl/libnftnl-1.1.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31182 - (show annotations) (download)
Tue Jun 12 08:10:17 2018 UTC (5 years, 10 months ago) by niro
File size: 699 byte(s)
auto added: ver bump to 1.1.1-r1
1 # $Id$
2
3 PNAME="libnftnl"
4 PVER="1.1.1"
5 PBUILD="r1"
6
7 PCAT="net-libs"
8
9 DESCRIPTION="libnftnl is a userspace library providing a low-level netlink programming interface to the in-kernel nf_tables subsystem."
10 HOMEPAGE="https://netfilter.org/projects/libnftnl/"
11
12 DEPEND=">= net-libs/libmnl-1.0
13 >= dev-libs/jansson-2"
14
15 SDEPEND=">= dev-util/pkgconfig-0.25"
16
17 SRCFILE="${PNAME}-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude mbuild
21
22 SRC_URI=(
23 http://ftp.netfilter.org/pub/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://ftp.netfilter.org/pub/${PNAME}/ | highesttarball"
28
29 src_compile()
30 {
31 cd ${SRCDIR}
32
33 mconfigure --with-json-parsing || die
34 mmake || die
35 }