[arch-commits] Commit in hwloc/repos (4 files)

Antonio Rojas arojas at archlinux.org
Fri Oct 6 22:51:41 UTC 2017


    Date: Friday, October 6, 2017 @ 22:51:40
  Author: arojas
Revision: 307069

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
    (from rev 307068, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
    (from rev 307068, hwloc/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 307068, hwloc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-06 22:51:40 UTC (rev 307069)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Sylvain HENRY <hsyl20 at yahoo.fr>
+# Contributor: Hervé YVIQUEL <elldekaa at gmail.com>
+
+pkgname=hwloc
+pkgver=1.11.8
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5d6164400a49e2c77a7e1e98dd0247a1f7e6d4cf')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 307068, hwloc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-06 22:51:40 UTC (rev 307069)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Sylvain HENRY <hsyl20 at yahoo.fr>
+# Contributor: Hervé YVIQUEL <elldekaa at gmail.com>
+
+pkgname=hwloc
+pkgver=1.11.8
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5d6164400a49e2c77a7e1e98dd0247a1f7e6d4cf')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}



More information about the arch-commits mailing list