milis/talimatname/genel/p/pyptyprocess/talimat

19 lines
572 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 python3 python3-setuptools
# Grup: kütüphane
isim=pyptyprocess
surum=0.5.2
devir=1
kaynak=(https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-$surum.tar.gz)
derle() {
cp -a ptyprocess-$surum{,-py3}
cd ptyprocess-$surum
python2 setup.py install --root="$PKG/" --prefix=/usr --optimize=0
cd $SRC/ptyprocess-$surum-py3
python3 setup.py install --root="$PKG/" --prefix=/usr --optimize=0
}