[arch-commits] Commit in ethtool/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Mar 13 21:24:18 UTC 2019
Date: Wednesday, March 13, 2019 @ 21:24:18
Author: anatolik
Revision: 347867
archrelease: copy trunk to testing-x86_64
Added:
ethtool/repos/testing-x86_64/
ethtool/repos/testing-x86_64/PKGBUILD
(from rev 347866, ethtool/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 347866, ethtool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-13 21:24:18 UTC (rev 347867)
@@ -0,0 +1,33 @@
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Martin Kemp <mdkemp at elys.com>
+
+pkgname=ethtool
+pkgver=5.0
+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=('a7149633abb2556ba48e87a2989a5e1a394256b4'
+ '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