http-parser

This commit is contained in:
milisbir 2018-01-19 06:53:27 +02:00
parent 34bbd14ff4
commit 777188a0bc
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Tanım: Python modülleri
# URL: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
# Paketçi: Cihan Alkan
# Gerekler: python python-setuptools
# Grup: kütüphane
isim=python-pyrex
surum=0.9.9
devir=1
kaynak=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-${surum}.tar.gz)
derle() {
cd Pyrex-${surum}
python2 setup.py build
python2 setup.py install -O1 --root="${PKG}" --prefix=/usr
}