summaryrefslogtreecommitdiffstats
path: root/extra/pyrex/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:03:02 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:03:02 +0200
commite70febe7168f9bc68c55ba2438df2ccce91943b9 (patch)
tree359ff3e59deca09c67934768947b2699b16d4744 /extra/pyrex/Pkgfile
parent154c348060b54051b4b5e7191a41d184cb6f5b0e (diff)
downloadnutyx-extra-e70febe7168f9bc68c55ba2438df2ccce91943b9.tar.gz
nutyx-extra-e70febe7168f9bc68c55ba2438df2ccce91943b9.tar.bz2
nutyx-extra-e70febe7168f9bc68c55ba2438df2ccce91943b9.tar.xz
nutyx-extra-e70febe7168f9bc68c55ba2438df2ccce91943b9.zip
pyrex dans extra
Diffstat (limited to 'extra/pyrex/Pkgfile')
-rwxr-xr-xextra/pyrex/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/pyrex/Pkgfile b/extra/pyrex/Pkgfile
new file mode 100755
index 000000000..ce156a42b
--- /dev/null
+++ b/extra/pyrex/Pkgfile
@@ -0,0 +1,18 @@
+# Description: langage hybride entre c et python
+# URL: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
+# Maintainer: NuTyX core team
+# Packager: tux03 at tuxfamily dot org
+# Depends on:
+# Run on:
+
+name=pyrex
+version=0.9.9
+release=1
+group=
+source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-$version.tar.gz)
+build() {
+ cd Pyrex-$version
+ python2 setup.py build install --root=$PKG
+}
+
+