]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - ethtool/ethtool.nm
cracklib: Fix setting password issue on x86_64 (#10074).
[people/arne_f/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 = 2
9
10 groups = 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 groups += Base
31 end
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
36 end