summaryrefslogtreecommitdiff
path: root/community/python-pyopencl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python-pyopencl/PKGBUILD')
-rw-r--r--community/python-pyopencl/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD
index 13e7212ca..4a1126de9 100644
--- a/community/python-pyopencl/PKGBUILD
+++ b/community/python-pyopencl/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 94047 2013-07-13 12:36:45Z svenstaro $
+# $Id: PKGBUILD 96123 2013-08-20 06:32:57Z lcarlier $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
pkgbase=python-pyopencl
pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
pkgver=2013.1
-pkgrel=1
+pkgrel=2
pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
arch=('i686' 'x86_64')
url="http://mathema.tician.de/software/pyopencl"
license=('custom')
-makedepends=('boost-libs' 'ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy')
+epoch=1
+makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy')
source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz"
'LICENSE.txt')
sha1sums=('76331c9042d0286c7c722407dec0fb975a6b340c'
@@ -58,4 +59,5 @@ package_pyopencl-headers() {
for file in pyopencl-airy.cl pyopencl-bessel-j.cl pyopencl-bessel-y.cl pyopencl-complex.h pyopencl-eval-tbl.cl pyopencl-ranluxcl.cl; do
install -m644 pyopencl/cl/${file} "${pkgdir}"/usr/include/pyopencl
done
+ install -D -m644 $srcdir/LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}