Magellan Linux

Annotation of /smage/branches/alx07x-stable/extras/libnftnl/libnftnl-1.1.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13425 - (hide annotations) (download)
Thu Jul 11 10:59:29 2019 UTC (4 years, 10 months ago) by niro
Original Path: smage/branches/alx07x-unstable/extras/libnftnl/libnftnl-1.1.3-r1.smage2
File size: 717 byte(s)
-release branches/alx07x-unstable
1 niro 13205 # $Id$
2    
3     PNAME="libnftnl"
4     PVER="1.1.3"
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    
14     SDEPEND=">= dev-util/pkgconfig-0.25
15     >= net-libs/libmnl-dev-1.0"
16    
17     SRCFILE="${PNAME}-${PVER}.tar.bz2"
18     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19    
20     sminclude mbuild alx-split
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 --without-json-parsing || die
34     mmake || die
35     }