From 1a1b748f1738b1989a834d75b1623be21bf9bab5 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 11 Jul 2011 18:35:04 +0000 Subject: Mon Jul 11 18:34:51 UTC 2011 --- testing/hwloc/PKGBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 testing/hwloc/PKGBUILD (limited to 'testing/hwloc/PKGBUILD') diff --git a/testing/hwloc/PKGBUILD b/testing/hwloc/PKGBUILD deleted file mode 100644 index e0d40b332..000000000 --- a/testing/hwloc/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 130527 2011-07-07 11:15:35Z stephane $ -# Maintainer : Stéphane Gaudreault -# Contributor: Sylvain HENRY -# Contributor: Hervé YVIQUEL - -pkgname=hwloc -pkgver=1.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') -makedepends=('pkg-config') -optdepends=('cairo: Graphical output' 'libxml2: XML export') -options=('!libtool' '!docs') -source=(http://www.open-mpi.org/software/hwloc/v1.2/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('43886dfdddda5bfbaa841976275e7bf643453d7b') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE -} -- cgit v1.2.3-54-g00ecf