]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libnftnl/libnftnl.nm
strongswan: Update to 5.3.3
[people/amarx/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
7708fdfe 7version = 1.0.3
9c758a33
MT
8snapshot = 20150531
9release = 1.%{snapshot}
10thisapp = %{name}-%{snapshot}
f18a2f61
MT
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
9c758a33 22source_dl = http://ftp.netfilter.org/pub/libnftnl/snapshot/
f18a2f61
MT
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
9c758a33
MT
27 autoconf
28 autogen
29 automake
f18a2f61 30 libmnl-devel
9c758a33
MT
31 libtool
32 end
33
34 prepare_cmds
35 ./autogen.sh
f18a2f61
MT
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