]> git.ipfire.org Git - ipfire-3.x.git/blame - libmnl/libmnl.nm
kernel: Update to 5.1
[ipfire-3.x.git] / libmnl / libmnl.nm
CommitLineData
88946226
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libmnl
da42221a 7version = 1.0.4
88946226
SS
8release = 1
9
10groups = System/Libraries
11url = http://www.netfilter.org/projects/libmnl/
12license = LGPLv2.1+
13summary = Minimalistic user-space Netlink library.
14
15description
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.
21end
22
23source_dl = http://www.netfilter.org/projects/%{name}/files/
24sources = %{thisapp}.tar.bz2
25
26build
27 configure_options +=\
28 --disable-static
29end
30
31packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end