]> git.ipfire.org Git - ipfire-3.x.git/blame - iproute2/iproute2.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / iproute2 / iproute2.nm
CommitLineData
a9d112c3 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
a9d112c3
MT
4###############################################################################
5
802ea3af 6name = iproute2
f04116f6
JS
7version = 6.5.0
8release = 1
a9d112c3 9
4bfc4e7c 10groups = Networking/Tools
b63b4814 11url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
802ea3af
MT
12license = GPLv2+
13summary = Advanced IP routing and network device configuration tools.
a9d112c3 14
802ea3af 15description
094be68a
MT
16 The iproute package contains networking utilities (ip and rtmon, for
17 example) which are designed to use the advanced networking
a9d112c3 18 capabilities of the Linux 2.4.x and 2.6.x kernel.
802ea3af
MT
19end
20
b63b4814 21source_dl = https://kernel.org/pub/linux/utils/net/iproute2/
d5598cce 22sources = %{thisapp}.tar.xz
802ea3af
MT
23
24build
25 requires
26 bison
113fe5ef 27 elfutils-devel
802ea3af 28 flex
113fe5ef 29 libcap-devel
e6ec25ad 30 libmnl-devel
113fe5ef 31 libtirpc-devel
802ea3af
MT
32 end
33
f569a8ef 34 export RPM_OPT_FLAGS = %{CFLAGS} %{LDFLAGS}
d5598cce 35 export LIBDIR = %{libdir}
2ea14ff4 36 export SBINDIR = %{sbindir}
802ea3af
MT
37end
38
39packages
40 package %{name}
d5598cce
MT
41 configfiles = %{sysconfdir}/iproute2
42 end
43
44 package %{name}-devel
45 template DEVEL
802ea3af 46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end