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