[arch-commits] Commit in ethtool/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Dec 2 20:48:07 UTC 2011


    Date: Friday, December 2, 2011 @ 15:48:07
  Author: ibiru
Revision: 144038

update to 3.1

Modified:
  ethtool/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-02 17:33:46 UTC (rev 144037)
+++ PKGBUILD	2011-12-02 20:48:07 UTC (rev 144038)
@@ -1,8 +1,10 @@
 # $Id$
-# Maintainer: Paul Mattal <paul at archlinux.org>
-# Contributer: Martin Kemp <mdkemp at elys.com>
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Martin Kemp <mdkemp at 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 @@
 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
 }




More information about the arch-commits mailing list