]> git.ipfire.org Git - ipfire-3.x.git/blob - libnl3/libnl3.nm
kernel: Update to 5.3.7
[ipfire-3.x.git] / libnl3 / libnl3.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libnl3
7 version = 3.2.25
8 release = 1
9 thisapp = libnl-%{version}
10
11 groups = Development/Libraries
12 url = http://www.infradead.org/~tgr/libnl/
13 license = LGPLv2
14 summary = Convenience library for kernel netlink sockets.
15
16 description
17 This package contains a convenience library to simplify using the \
18 Linux kernel's netlink sockets interface for network manipulation.
19 end
20
21 source_dl = http://www.infradead.org/~tgr/libnl/files/
22
23 build
24 requires
25 autoconf
26 automake
27 bison
28 flex
29 libtool
30 end
31
32 prepare_cmds
33 autoreconf -vif
34 end
35
36 configure_options += \
37 --disable-static
38 end
39
40 packages
41 package %{name}
42
43 package %{name}-cli
44 summary = Command line interface utils for libnl3
45 description
46 This package contains various libnl3 utils and additional
47 libraries on which they depend.
48 end
49
50 requires += %{name} = %{thisver}
51
52 files
53 %{libdir}/libnl-cli*.so.*
54 %{libdir}/libnl/
55 %{sbindir}/*
56 %{mandir}/man8/*
57 end
58 end
59
60 package %{name}-devel
61 template DEVEL
62
63 requires += %{name} = %{thisver}
64 requires += %{name}-cli = %{thisver}
65 end
66
67 package %{name}-debuginfo
68 template DEBUGINFO
69 end
70 end