]> git.ipfire.org Git - ipfire-3.x.git/blob - libnftnl/libnftnl.nm
lua: Update to 5.3
[ipfire-3.x.git] / libnftnl / libnftnl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libnftnl
7 version = 1.1.1
8 release = 1
9 thisapp = %{name}-%{version}
10
11 groups = Networking/Tools
12 url = http://netfilter.org/projects/libnftnl
13 license = GPLv2
14 summary = Library for low-level interaction with nftables
15
16 description
17 Library for low-level interaction with nftables Netlink's API over
18 libmnl.
19 end
20
21 source_dl = http://ftp.netfilter.org/pub/libnftnl/
22 sources = %{thisapp}.tar.bz2
23
24 build
25 requires
26 autoconf
27 autogen
28 automake
29 libmnl-devel
30 libtool
31 end
32
33 end
34
35 packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end