| 1 |
# Copyright 1999-2010 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-apps/ethtool/ethtool-0.6.ebuild,v 1.1 2010/03/21 17:21:04 vapier Exp $ |
| 4 |
|
| 5 |
MY_P="${P/0.}" |
| 6 |
DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces" |
| 7 |
HOMEPAGE="http://sourceforge.net/projects/gkernel/" |
| 8 |
SRC_URI="mirror://sourceforge/gkernel/${MY_P}.tar.gz" |
| 9 |
|
| 10 |
LICENSE="GPL-2" |
| 11 |
SLOT="0" |
| 12 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86" |
| 13 |
IUSE="" |
| 14 |
|
| 15 |
S=${WORKDIR}/${MY_P} |
| 16 |
|
| 17 |
src_install() { |
| 18 |
emake install DESTDIR="${D}" || die |
| 19 |
dodoc AUTHORS ChangeLog* NEWS README |
| 20 |
} |