]> git.ipfire.org Git - ipfire-3.x.git/blame - ethtool/ethtool.nm
ethtool: -debuginfo package should not be in Base group.
[ipfire-3.x.git] / ethtool / ethtool.nm
CommitLineData
15efb3c6 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
15efb3c6
MT
4###############################################################################
5
802ea3af
MT
6name = ethtool
7version = 2.6.34
56a3a748 8release = 2
15efb3c6 9
56a3a748 10groups = Applications/System
802ea3af
MT
11url = http://sourceforge.net/projects/gkernel/
12license = GPLv2
13summary = Ethernet settings tool for PCI ethernet cards.
15efb3c6 14
802ea3af 15description
15efb3c6
MT
16 This utility allows querying and changing settings such as speed, \
17 port, autonegotiation, PCI locations and checksum offload on many \
18 network devices, especially of ethernet devices.
802ea3af
MT
19end
20
21source_dl =
15efb3c6 22
802ea3af
MT
23build
24 configure_options += \
25 --sbindir=/sbin
26end
15efb3c6 27
802ea3af
MT
28packages
29 package %{name}
56a3a748 30 groups += Base
802ea3af 31 end
1f9bc2f0
MT
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
802ea3af 36end