]> git.ipfire.org Git - ipfire-3.x.git/blame - libnl3/libnl3.nm
kernel: Update to 5.3.7
[ipfire-3.x.git] / libnl3 / libnl3.nm
CommitLineData
fafd5fb8
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libnl3
7version = 3.2.25
8release = 1
9thisapp = libnl-%{version}
10
11groups = Development/Libraries
12url = http://www.infradead.org/~tgr/libnl/
13license = LGPLv2
14summary = Convenience library for kernel netlink sockets.
15
16description
17 This package contains a convenience library to simplify using the \
18 Linux kernel's netlink sockets interface for network manipulation.
19end
20
21source_dl = http://www.infradead.org/~tgr/libnl/files/
22
23build
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
38end
39
40packages
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
70end