milis/talimatname/genel/p/python-ptyprocess/talimat

16 lines
413 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: Sahte terminal altında altsüreç çalıştırma
# URL: https://github.com/pexpect/ptyprocess
# Paketçi: milisarge
# Gerekler: python python-setuptools
# Grup: sistem
isim=python-ptyprocess
surum=0.5.1
devir=1
kaynak=(https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-$surum.tar.gz)
derle() {
cd ptyprocess-$surum
python setup.py install --root="$PKG/" --prefix=/usr --optimize=0
}