summaryrefslogtreecommitdiff
path: root/extra/ethtool/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-04 14:32:45 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-04 14:32:45 +0100
commit03346d9676b006b2ba496a44d56f3efccc185d6a (patch)
tree3e6c51e16a4f6c2b64c5109af508539d54455d9a /extra/ethtool/PKGBUILD
parent61c0d1ec341c4979f7722696d3b7e6a958f81b10 (diff)
parent851376cd7720e1f9b35e0a7c26bfd66399f0c4d3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gnash/PKGBUILD community/python-pymongo/PKGBUILD extra/boost/PKGBUILD extra/liborigin2/PKGBUILD extra/libpst/PKGBUILD extra/lyx/PKGBUILD extra/mkvtoolnix/PKGBUILD multilib/wine/PKGBUILD
Diffstat (limited to 'extra/ethtool/PKGBUILD')
-rw-r--r--extra/ethtool/PKGBUILD22
1 files changed, 13 insertions, 9 deletions
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD
index 100333d7c..b6634892e 100644
--- a/extra/ethtool/PKGBUILD
+++ b/extra/ethtool/PKGBUILD
@@ -1,8 +1,10 @@
-# $Id: PKGBUILD 134800 2011-08-07 20:06:54Z ibiru $
-# Maintainer: Paul Mattal <paul@archlinux.org>
-# Contributer: Martin Kemp <mdkemp@elys.com>
+# $Id: PKGBUILD 144039 2011-12-02 20:49:22Z ibiru $
+# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Contributor: Paul Mattal <paul@archlinux.org>
+# Contributor: Martin Kemp <mdkemp@elys.com>
+
pkgname=ethtool
-pkgver=3.0
+pkgver=3.1
pkgrel=1
epoch=1
pkgdesc="Utility for controlling network drivers and hardware"
@@ -10,16 +12,18 @@ arch=('i686' 'x86_64' 'mips64el')
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.bz2)
-md5sums=('cb129398cbbf39859901b55ecac101da')
+#source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+
+md5sums=('83a538a864b50549b7e4c79e7dd69849')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --mandir=/usr/share/man
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}