summaryrefslogtreecommitdiffstats
path: root/base/pyrex/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 17:26:28 +0100
committersibel <lesibel@free.fr>2011-03-03 17:26:28 +0100
commitd9db70466df39fab692a97ac18dab42774cac5c4 (patch)
tree86d63b084889b87f665ae4d23b6c73b8faa3f8fd /base/pyrex/Pkgfile
parentb7a25e1b19a55a998441e944f83754363766ca4f (diff)
downloadnutyx-pakxe-d9db70466df39fab692a97ac18dab42774cac5c4.tar.gz
nutyx-pakxe-d9db70466df39fab692a97ac18dab42774cac5c4.tar.bz2
nutyx-pakxe-d9db70466df39fab692a97ac18dab42774cac5c4.tar.xz
nutyx-pakxe-d9db70466df39fab692a97ac18dab42774cac5c4.zip
pyrex déplacé dans base
Diffstat (limited to 'base/pyrex/Pkgfile')
-rwxr-xr-xbase/pyrex/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/base/pyrex/Pkgfile b/base/pyrex/Pkgfile
new file mode 100755
index 000000000..ce156a42b
--- /dev/null
+++ b/base/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
+}
+
+