summaryrefslogtreecommitdiffstats
path: root/extra/pyrex/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pyrex/Pkgfile')
-rwxr-xr-xextra/pyrex/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/pyrex/Pkgfile b/extra/pyrex/Pkgfile
deleted file mode 100755
index ce156a42b..000000000
--- a/extra/pyrex/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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
-}
-
-