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

Anatol Pomozov anatolik at archlinux.org
Thu Dec 17 21:23:42 UTC 2015


    Date: Thursday, December 17, 2015 @ 22:23:42
  Author: anatolik
Revision: 256732

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

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

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 256731, hwloc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-12-17 21:23:42 UTC (rev 256732)
@@ -0,0 +1,34 @@
+# $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.2
+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=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3d68de060808f04349538be4e63cde501cd53b0a')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 256731, hwloc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-12-17 21:23:42 UTC (rev 256732)
@@ -0,0 +1,34 @@
+# $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.2
+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=('sh' 'pciutils' 'cairo' 'libxml2')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('3d68de060808f04349538be4e63cde501cd53b0a')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list