[arch-commits] Commit in hwloc/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Jan 26 01:04:42 UTC 2018
Date: Friday, January 26, 2018 @ 01:04:41
Author: anthraxx
Revision: 315462
archrelease: copy trunk to extra-x86_64
Added:
hwloc/repos/extra-x86_64/PKGBUILD
(from rev 315461, hwloc/trunk/PKGBUILD)
Deleted:
hwloc/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 40 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-26 01:04:32 UTC (rev 315461)
+++ PKGBUILD 2018-01-26 01:04:41 UTC (rev 315462)
@@ -1,36 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 315461, hwloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-26 01:04:41 UTC (rev 315462)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: 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.9
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
+url='https://www.open-mpi.org/projects/hwloc/'
+arch=('x86_64')
+license=('BSD')
+depends=('numactl' 'libtool' 'libsystemd')
+makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
+optdepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(https://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('394333184248d63cb2708a976e57f05337d03bb50c33aa3097ff5c5a74a85164')
+
+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 -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list