[arch-commits] Commit in ethtool/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Wed Oct 5 20:20:15 UTC 2016
Date: Wednesday, October 5, 2016 @ 20:20:15
Author: anatolik
Revision: 277782
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
ethtool/repos/testing-i686/
ethtool/repos/testing-i686/PKGBUILD
(from rev 277781, ethtool/trunk/PKGBUILD)
ethtool/repos/testing-x86_64/
ethtool/repos/testing-x86_64/PKGBUILD
(from rev 277781, ethtool/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: ethtool/repos/testing-i686/PKGBUILD (from rev 277781, ethtool/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-10-05 20:20:15 UTC (rev 277782)
@@ -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.8
+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})
+sha1sums=('db82313f212aa1e1b8f5f892f25a9883bea26b9f'
+ '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
+}
Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 277781, ethtool/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-10-05 20:20:15 UTC (rev 277782)
@@ -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.8
+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})
+sha1sums=('db82313f212aa1e1b8f5f892f25a9883bea26b9f'
+ '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