summaryrefslogtreecommitdiffstats
path: root/abs/extra/ethtool
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-17 00:04:46 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:05 (GMT)
commit867f417be1293cd89097d00bd9422fb0b0cb345e (patch)
treee01bba314ea718b0b5d0b4f733432eaf2613916f /abs/extra/ethtool
parent24ed89c67ae43e56a5ce8c42557dc47f768efa4d (diff)
downloadlinhes_pkgbuild-867f417be1293cd89097d00bd9422fb0b0cb345e.zip
linhes_pkgbuild-867f417be1293cd89097d00bd9422fb0b0cb345e.tar.gz
linhes_pkgbuild-867f417be1293cd89097d00bd9422fb0b0cb345e.tar.bz2
etherwake, ethtool, gconf:
Diffstat (limited to 'abs/extra/ethtool')
-rw-r--r--abs/extra/ethtool/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/abs/extra/ethtool/PKGBUILD b/abs/extra/ethtool/PKGBUILD
index 27ba9a5..cdf5122 100644
--- a/abs/extra/ethtool/PKGBUILD
+++ b/abs/extra/ethtool/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 161868 2012-06-16 00:18:47Z ibiru $
+# $Id: PKGBUILD 196480 2013-10-14 08:50:55Z ioni $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
# Contributor: Martin Kemp <mdkemp@elys.com>
pkgname=ethtool
-pkgver=3.4
+pkgver=3.11
pkgrel=1
epoch=1
pkgdesc="Utility for controlling network drivers and hardware"
@@ -16,7 +16,8 @@ source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ --sbindir=/usr/bin
make
}
@@ -24,4 +25,4 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
-md5sums=('cc4c4cf3ac086a53cd24f17d426f2b8f')
+md5sums=('5f3a0ed1b3510ca0695db0b4debdd292')