summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/ethtool/ethtool-9999.ebuild')
-rw-r--r--sys-apps/ethtool/ethtool-9999.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/ethtool/ethtool-9999.ebuild b/sys-apps/ethtool/ethtool-9999.ebuild
new file mode 100644
index 0000000..5fa93ab
--- /dev/null
+++ b/sys-apps/ethtool/ethtool-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-2.6.37.ebuild,v 1.1 2011/02/20 17:32:27 vapier Exp $
+
+EGIT_REPO_URI="git://git.kernel.org/pub/scm/network/ethtool/ethtool.git"
+
+inherit git
+
+DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
+HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+src_install() {
+ emake install DESTDIR="${D}" || die
+ dodoc AUTHORS ChangeLog NEWS README
+}