[arch-commits] Commit in ethtool/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Apr 14 06:14:20 UTC 2018


    Date: Saturday, April 14, 2018 @ 06:14:19
  Author: anatolik
Revision: 321702

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 321701, ethtool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2018-04-14 06:14:19 UTC (rev 321702)
@@ -0,0 +1,34 @@
+# $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=4.16
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('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})
+sha1sums=('9ab8a1b10bfd719220a9bc7903b850ff6154fd8f'
+          'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville <linville 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