Magellan Linux

Annotation of /trunk/core/libnftnl/libnftnl-1.1.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31596 - (hide annotations) (download)
Mon Dec 3 14:19:43 2018 UTC (5 years, 5 months ago) by niro
File size: 699 byte(s)
auto added: ver bump to 1.1.2-r1
1 niro 31596 # $Id$
2    
3     PNAME="libnftnl"
4     PVER="1.1.2"
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     }