]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libnftnl/libnftnl.nm
147303ca8dffa5ff53cc33e38779e11ae56b7afe
[people/ms/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.0.0
8 snapshot = 20140412
9 release = 1.%{snapshot}
10 thisapp = %{name}-%{snapshot}
11
12 groups = Networking/Tools
13 url = http://netfilter.org/projects/libnftnl
14 license = GPLv2
15 summary = Library for low-level interaction with nftables
16
17 description
18 Library for low-level interaction with nftables Netlink's API over
19 libmnl.
20 end
21
22 source_dl = http://ftp.netfilter.org/pub/libnftnl/snapshot/
23 sources = %{thisapp}.tar.bz2
24
25 build
26 requires
27 autoconf
28 autogen
29 automake
30 libmnl-devel
31 libtool
32 end
33
34 prepare_cmds
35 ./autogen.sh
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end