summaryrefslogtreecommitdiff
path: root/extra/ethtool
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-17 09:36:19 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-17 09:36:19 +0200
commitcb08e4a8bd52e55b2d425484b9fd2fe357f663c3 (patch)
tree03aa7b8ad93cd8815a1c1be95b563a667d92d6b8 /extra/ethtool
parentfb62b6371fdc9ffe50d30c698f13ea1fb39c215b (diff)
parent61f450a3578b7e51c337e1a687c0cef2bc07ff35 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/lirc/PKGBUILD extra/php/PKGBUILD multilib/lib32-keyutils/PKGBUILD multilib/lib32-util-linux/PKGBUILD staging/clamav/PKGBUILD testing/sysvinit/PKGBUILD
Diffstat (limited to 'extra/ethtool')
-rw-r--r--extra/ethtool/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD
index a67573cce..e6cbef202 100644
--- a/extra/ethtool/PKGBUILD
+++ b/extra/ethtool/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 146699 2012-01-16 19:33:36Z ibiru $
+# $Id: PKGBUILD 161868 2012-06-16 00:18:47Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
# Contributor: Martin Kemp <mdkemp@elys.com>
pkgname=ethtool
-pkgver=3.2
+pkgver=3.4
pkgrel=1
epoch=1
pkgdesc="Utility for controlling network drivers and hardware"
@@ -13,15 +13,15 @@ url="http://www.kernel.org/pub/software/network/ethtool/"
license=('GPL')
depends=('glibc')
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('4ed4a9dfd2039aa416176a9c06497b00')
+md5sums=('cc4c4cf3ac086a53cd24f17d426f2b8f')
build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --mandir=/usr/share/man
- make
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}