ipfire-3.x/iproute2/iproute2.nm

52 lines
1.2 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = iproute2
version = 6.5.0
release = 1
groups = Networking/Tools
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
license = GPLv2+
summary = Advanced IP routing and network device configuration tools.
description
The iproute package contains networking utilities (ip and rtmon, for
example) which are designed to use the advanced networking
capabilities of the Linux 2.4.x and 2.6.x kernel.
end
source_dl = https://kernel.org/pub/linux/utils/net/iproute2/
sources = %{thisapp}.tar.xz
build
requires
bison
elfutils-devel
flex
libcap-devel
libmnl-devel
libtirpc-devel
end
export RPM_OPT_FLAGS = %{CFLAGS} %{LDFLAGS}
export LIBDIR = %{libdir}
export SBINDIR = %{sbindir}
end
packages
package %{name}
configfiles = %{sysconfdir}/iproute2
end
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end