and added the home page information in the recipe.
The original release announcement:
NEWS for this release: Version 4 - July 18, 2006
* Feature: UFO support
* Feature: support long options
* Features: e1000, pcnet32, tg3 updates
* Feature: added PPC4xx EMAC support
* Feature: Use hexdump instead of single values for register dump
[and also a couple minor bug fixes]
--- /dev/null
+DESCRIPTION = "A small utility for examining and tuning the settings \
+of your ethernet-based network interfaces."
+HOMEPAGE = "http://sourceforge.net/projects/gkernel/"
+SECTION = "console/network"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz"
+
+inherit autotools
-SECTION = "console/network"
-
-DESCRIPTION = "ethtool is a Linux net driver diagnostic \
-and tuning tool for the Linux 2.4.x (or later) series \
-of kernels."
-LICENSE = "GPL"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz"
-S = "${WORKDIR}/ethtool-${PV}"
-
-inherit autotools
+include ethtool.inc
+PR="r1"
--- /dev/null
+include ethtool.inc
+PR="r0"