milis/talimatname/genel/c/cython/talimat

16 lines
382 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Python için C uzantıları.
2016-02-24 01:27:23 +01:00
# URL: http://www.cython.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python python3 python-setuptools python3-setuptools
2016-02-24 01:27:23 +01:00
name=cython
2017-09-24 18:43:02 +02:00
version=0.26
release=1
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
}