]> git.ipfire.org Git - ipfire-3.x.git/blob - libmnl/libmnl.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libmnl / libmnl.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libmnl
7 version = 1.0.4
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.netfilter.org/projects/libmnl/
12 license = LGPLv2.1+
13 summary = Minimalistic user-space Netlink library.
14
15 description
16 libmnl is a minimalistic user-space library oriented to Netlink developers.
17 There are a lot of common tasks in parsing, validating, constructing of both
18 the Netlink header and TLVs that are repetitive and easy to get wrong.
19 This library aims to provide simple helpers that allows you to re-use code
20 and to avoid re-inventing the wheel.
21 end
22
23 source_dl = http://www.netfilter.org/projects/%{name}/files/
24 sources = %{thisapp}.tar.bz2
25
26 build
27 configure_options +=\
28 --disable-static
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end