Date: Thursday, January 5, 2023 @ 00:16:04
  Author: anatolik
Revision: 465613

archrelease: copy trunk to testing-x86_64

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

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

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 465612, 
ethtool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-01-05 00:16:04 UTC (rev 465613)
@@ -0,0 +1,34 @@
+# Maintainer : Ionut Biru <[email protected]>
+# Contributor: Paul Mattal <[email protected]>
+# Contributor: Martin Kemp <[email protected]>
+
+pkgname=ethtool
+pkgver=6.1
+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' 'libmnl')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha256sums=('c41fc881ffa5a40432d2dd829eb44c64a49dee482e716baacf9262c64daa8f90'
+            'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville 
<[email protected]>
+              D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek 
<[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