From ecc694a641ad5fa450c09c8d67858186a6458879 Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Thu, 9 Dec 2010 23:55:32 +0000 Subject: pyrex: recompile --- abs/core/python_modules/pyrex/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 abs/core/python_modules/pyrex/PKGBUILD diff --git a/abs/core/python_modules/pyrex/PKGBUILD b/abs/core/python_modules/pyrex/PKGBUILD new file mode 100644 index 0000000..11a7344 --- /dev/null +++ b/abs/core/python_modules/pyrex/PKGBUILD @@ -0,0 +1,22 @@ +# $Id: PKGBUILD 89621 2010-09-02 16:28:29Z remy $ +# Maintainer: Jan de Groot +# Contributor: Douglas Soares de Andrade +# Contributor: Arjan timmerman +# Contributor: Link Dupont + +pkgname=pyrex +pkgver=0.9.9 +pkgrel=3 +pkgdesc="Language for writing Python extension modules" +arch=(any) +url="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/" +license=('APACHE') +depends=('python2') +source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-${pkgver}.tar.gz) +md5sums=('515dee67d15d4393841e2d60e8341947') + +build() { + cd "${srcdir}/Pyrex-${pkgver}" + python2 setup.py install --root="${pkgdir}" --prefix=/usr || return 1 +} + -- cgit v0.12