| 1 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-2.6.36.ebuild,v 1.1 2010/11/28 20:07:42 radhermit Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
|
| 6 |
HOMEPAGE="http://www.kernel.org/pub/software/network/ethtool/"
|
| 7 |
SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.bz2"
|
| 8 |
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
src_install() {
|
| 15 |
emake install DESTDIR="${D}" || die
|
| 16 |
dodoc AUTHORS ChangeLog NEWS README
|
| 17 |
}
|