mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
PKG_NAME="ethtool"
|
|
PKG_VERSION="2.6.35"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://sourceforge.net/projects/gkernel/"
|
|
PKG_URL="http://downloads.sourceforge.net/project/gkernel/$PKG_NAME/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS=""
|
|
PKG_BUILD_DEPENDS="toolchain"
|
|
PKG_PRIORITY="optional"
|
|
PKG_SECTION="network"
|
|
PKG_SHORTDESC="ethtool: Display or change ethernet card settings"
|
|
PKG_LONGDESC="Ethtool is used for querying settings of an ethernet device and changing them."
|
|
PKG_IS_ADDON="no"
|