]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - iproute2/iproute2.nm
Merge remote-tracking branch 'maniacikarus/samba'
[people/ms/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
MT
6name = iproute2
7version = 2.6.39
4bfc4e7c 8release = 2
a9d112c3 9
4bfc4e7c 10groups = Networking/Tools
802ea3af
MT
11url = http://www.linuxfoundation.org/en/Net:Iproute2
12license = GPLv2+
13summary = Advanced IP routing and network device configuration tools.
a9d112c3 14
802ea3af 15description
a9d112c3
MT
16 The iproute package contains networking utilities (ip and rtmon, for \
17 example) which are designed to use the advanced networking \
18 capabilities of the Linux 2.4.x and 2.6.x kernel.
802ea3af
MT
19end
20
21source_dl =
22
23build
24 requires
25 bison
26 db4-devel
27 flex
28 end
29
30 prepare_cmds
31 sed -i -e "s@DESTDIR=.*@DESTDIR=@" \
32 -e "s@/share/@/usr/share/@g" Makefile
33 end
34
35 install
36 make install DESTDIR=%{BUILDROOT}
37 mkdir -pv %{BUILDROOT}/usr/sbin
38 mv -v %{BUILDROOT}/sbin/arpd %{BUILDROOT}/usr/sbin
39 end
40end
41
42packages
43 package %{name}
4bfc4e7c 44 groups += Base
802ea3af 45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end