Date: Wednesday, November 7, 2018 @ 19:47:32
  Author: anatolik
Revision: 338047

archrelease: copy trunk to testing-x86_64

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

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

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 338045, 
ethtool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2018-11-07 19:47:32 UTC (rev 338047)
@@ -0,0 +1,33 @@
+# Maintainer : Ionut Biru <[email protected]>
+# Contributor: Paul Mattal <[email protected]>
+# Contributor: Martin Kemp <[email protected]>
+
+pkgname=ethtool
+pkgver=4.19
+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=('b79b3903ff1c83dcbecf2c8759abb45f07b0b956'
+          'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville 
<[email protected]>
+
+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
+}

Reply via email to