]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - ethtool/ethtool.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / ethtool / ethtool.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ethtool
7 version = 2.6.34
8 release = 1
9
10 groups = Base Applications/System
11 url = http://sourceforge.net/projects/gkernel/
12 license = GPLv2
13 summary = Ethernet settings tool for PCI ethernet cards.
14
15 description
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.
19 end
20
21 source_dl =
22
23 build
24 configure_options += \
25 --sbindir=/sbin
26 end
27
28 packages
29 package %{name}
30 end
31
32 package %{name}-debuginfo
33 template DEBUGINFO
34 end
35 end