[arch-commits] Commit in ethtool/repos (4 files)

Anatol Pomozov anatolik at archlinux.org
Tue Jan 13 17:11:18 UTC 2015


    Date: Tuesday, January 13, 2015 @ 18:11:17
  Author: anatolik
Revision: 228981

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ethtool/repos/testing-i686/
  ethtool/repos/testing-i686/PKGBUILD
    (from rev 228980, ethtool/trunk/PKGBUILD)
  ethtool/repos/testing-x86_64/
  ethtool/repos/testing-x86_64/PKGBUILD
    (from rev 228980, ethtool/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: ethtool/repos/testing-i686/PKGBUILD (from rev 228980, ethtool/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-01-13 17:11:17 UTC (rev 228981)
@@ -0,0 +1,35 @@
+# $Id$
+# 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.18
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/"
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('fbf1a167b88a5966a2c56a2483af68c6'
+         'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings <bwh at kernel.org>
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr --mandir=/usr/share/man \
+        --sbindir=/usr/bin
+    make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 228980, ethtool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-01-13 17:11:17 UTC (rev 228981)
@@ -0,0 +1,35 @@
+# $Id$
+# 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.18
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/"
+license=('GPL')
+depends=('glibc')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+md5sums=('fbf1a167b88a5966a2c56a2483af68c6'
+         'SKIP')
+validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings <bwh at kernel.org>
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr --mandir=/usr/share/man \
+        --sbindir=/usr/bin
+    make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list