ethtool-4.8.ebuild 456 B

123456789101112131415
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="5"
  4. DESCRIPTION="Utility for examining and tuning ethernet-based network interfaces"
  5. HOMEPAGE="https://www.kernel.org/pub/software/network/ethtool/"
  6. SRC_URI="mirror://kernel/software/network/ethtool/${P}.tar.xz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
  10. DEPEND="app-arch/xz-utils"