summaryrefslogtreecommitdiffstats
path: root/cython/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-19 23:47:25 +0000
committerpiernov <piernov@piernov.org>2012-05-19 23:47:25 +0000
commit188bea38bb45dc7596c6867019ceedbf2db66c71 (patch)
treecfaa3a713d1ba3bb0b47255ede25fbcd4b3c02bd /cython/Pkgfile
parent4fe53995231ada65af9029489029bf90d18b2762 (diff)
downloadnutyx-extra-188bea38bb45dc7596c6867019ceedbf2db66c71.tar.gz
nutyx-extra-188bea38bb45dc7596c6867019ceedbf2db66c71.tar.bz2
nutyx-extra-188bea38bb45dc7596c6867019ceedbf2db66c71.tar.xz
nutyx-extra-188bea38bb45dc7596c6867019ceedbf2db66c71.zip
cython ouvert -> extra
Diffstat (limited to 'cython/Pkgfile')
-rw-r--r--cython/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/cython/Pkgfile b/cython/Pkgfile
new file mode 100644
index 000000000..3b36013bc
--- /dev/null
+++ b/cython/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Langage de programmation simplifiant l'écriture d'extension en langage C pour Python.
+# URL: http://www.cython.org/
+# Packager: piernov <piernov AT piernov DOT org>
+# Maintainer: piernov <piernov AT piernov DOT org>
+# Depends on: python
+# Run on: python
+
+name=cython
+version=0.15.1
+release=1
+source=(http://www.cython.org/release/Cython-$version.tar.gz)
+
+build() {
+ cd Cython-$version
+ python2 setup.py install --prefix=/usr --root $PKG
+ python setup.py install --prefix=/usr --root $PKG
+}