milis/talimatname/genel/cython/talimat

17 lines
367 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: C extensions for Python.
# URL: http://www.cython.org/
2016-07-14 18:13:30 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: python python3 python-setuptools
name=cython
2016-07-14 18:13:30 +02:00
version=0.24
2016-02-24 01:27:23 +01:00
release=2
2016-07-14 18:13:30 +02:00
source=(https://github.com/cython/cython/archive/$version.tar.gz)
2016-02-24 01:27:23 +01:00
build() {
2016-07-14 18:13:30 +02:00
cd $name-$version
2016-02-24 01:27:23 +01:00
/usr/bin/python setup.py install --root $PKG
/usr/bin/python3 setup.py install --root $PKG
}