diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-05 03:41:49 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-05 03:41:49 (GMT) |
commit | aaaed3a6a08206d2d16665695a622a48da869eaf (patch) | |
tree | ff54106ef2ad3b9f9a3220ed0e4251d76627b904 /abs/extra-testing/pyrex/PKGBUILD | |
parent | 7f42f55d022dc8ca818a76dccfc66fce7c8dea4f (diff) | |
download | linhes_pkgbuild-aaaed3a6a08206d2d16665695a622a48da869eaf.zip linhes_pkgbuild-aaaed3a6a08206d2d16665695a622a48da869eaf.tar.gz linhes_pkgbuild-aaaed3a6a08206d2d16665695a622a48da869eaf.tar.bz2 |
Additional packages needed for Miro. Latest LIRC PKGBUILD from Arch.
Diffstat (limited to 'abs/extra-testing/pyrex/PKGBUILD')
-rw-r--r-- | abs/extra-testing/pyrex/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/abs/extra-testing/pyrex/PKGBUILD b/abs/extra-testing/pyrex/PKGBUILD new file mode 100644 index 0000000..4242fb9 --- /dev/null +++ b/abs/extra-testing/pyrex/PKGBUILD @@ -0,0 +1,21 @@ +# $Id: PKGBUILD 11841 2008-09-05 01:20:00Z douglas $ +# Contributor: Arjan timmerman <arjan@soulfly.nl> +# Contributor: Link Dupont <link@subpop.net> +# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org> + +pkgname=pyrex +pkgver=0.9.8.5 +pkgrel=1 +pkgdesc="Language for writing Python extension modules" +arch=("i686" "x86_64") +url="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/" +license="" +depends=('python>=2.5') +source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-${pkgver}.tar.gz) + +md5sums=('3b3d8397c2c9a58fc59a90e2b49c651a') + +build() { + cd ${startdir}/src/Pyrex-${pkgver} + python setup.py install --root=${startdir}/pkg --prefix=/usr +} |