summaryrefslogtreecommitdiffstats
path: root/pyrex/Pkgfile
blob: ce156a42bf425e48bdc539682e7122f64471d777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}