]> git.ipfire.org Git - ipfire-3.x.git/blame - ethtool/ethtool.nm
json-c: Update to version 0.17-20230812
[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 6name = ethtool
13096b8e 7version = 6.5
62fcf3c3 8release = 1
15efb3c6 9
56a3a748 10groups = Applications/System
62fcf3c3 11url = https://www.kernel.org/pub/software/network/ethtool/
802ea3af 12license = GPLv2
eb86058c 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
62fcf3c3 21source_dl = https://www.kernel.org/pub/software/network/ethtool/
15efb3c6 22
eb86058c
MT
23build
24 requires
25 libmnl-devel
26 end
27end
28
802ea3af
MT
29packages
30 package %{name}
1f9bc2f0
MT
31
32 package %{name}-debuginfo
33 template DEBUGINFO
34 end
802ea3af 35end