milis/talimatname/genel/p/pypeg2/talimat

22 lines
554 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Python için özlü bir PEG Ayrıştırıcı-Çevirici
# URL: http://fdik.org/pyPEG/
# Paketçi: Cihan_Alkan
# Gerekler: python python3 python-setuptools python3-setuptools
# Grup: kütüphane
isim=pypeg2
surum=2.15.2
devir=1
kaynak=(https://pypi.python.org/packages/source/p/pyPEG2/pyPEG2-$surum.tar.gz)
derle() {
cp -a pyPEG2-$surum{,-py3}
cd "$SRC"/pyPEG2-$surum
python2 setup.py install --root="$PKG" --prefix=/usr --optimize=1
cd "$SRC"/pyPEG2-$surum-py3
python3 setup.py install --root="$PKG" --prefix=/usr --optimize=1
}