summaryrefslogtreecommitdiffstats
path: root/extra/pyrex/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyrex/Pkgfile')
-rwxr-xr-xextra/pyrex/Pkgfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/pyrex/Pkgfile b/extra/pyrex/Pkgfile
new file mode 100755
index 000000000..da16b68ad
--- /dev/null
+++ b/extra/pyrex/Pkgfile
@@ -0,0 +1,15 @@
+# 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: python
+name=pyrex
+version=0.9.8.5
+release=1
+group=
+source=(http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-0.9.8.5.tar.gz)
+build() {
+cd Pyrex-$version
+ python setup.py build install --root=$PKG
+}
+