summaryrefslogtreecommitdiffstats
path: root/abs
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-02-05 04:55:48 (GMT)
committerCecil <knoppmyth@gmail.com>2011-02-05 04:55:48 (GMT)
commitc8e875e106f5002ade452ac0ead295b37f7e08ce (patch)
treee5daa96345cceb1439db34ba189fad66b2098036 /abs
parentf7d1fbea0c55186bf6773b15828648f21d334ad6 (diff)
downloadlinhes_pkgbuild-c8e875e106f5002ade452ac0ead295b37f7e08ce.zip
linhes_pkgbuild-c8e875e106f5002ade452ac0ead295b37f7e08ce.tar.gz
linhes_pkgbuild-c8e875e106f5002ade452ac0ead295b37f7e08ce.tar.bz2
pyrex:already in core
Diffstat (limited to 'abs')
-rw-r--r--abs/extra/pyrex/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/abs/extra/pyrex/PKGBUILD b/abs/extra/pyrex/PKGBUILD
deleted file mode 100644
index 1ca2af6..0000000
--- a/abs/extra/pyrex/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 89621 2010-09-02 16:28:29Z remy $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
-# Contributor: Arjan timmerman <arjan@soulfly.nl>
-# Contributor: Link Dupont <link@subpop.net>
-
-pkgname=pyrex
-pkgver=0.9.9
-pkgrel=2
-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
-}