From edec45419def1b81bd663a2859684ef55ba56269 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 28 May 2012 20:14:47 +0000 Subject: Mon May 28 20:14:39 UTC 2012 --- testing/hwloc/PKGBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 testing/hwloc/PKGBUILD (limited to 'testing/hwloc') diff --git a/testing/hwloc/PKGBUILD b/testing/hwloc/PKGBUILD deleted file mode 100644 index 5411b3554..000000000 --- a/testing/hwloc/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 159010 2012-05-15 01:03:17Z stephane $ -# Maintainer : Stéphane Gaudreault -# Contributor: Sylvain HENRY -# Contributor: Hervé YVIQUEL - -pkgname=hwloc -pkgver=1.4.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') -makedepends=('pkg-config') -options=('!libtool' '!docs') -source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('2c2ca4101b4ea6782393b555a320c566da50cb68') - -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