15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
# Tanım: Sahte terminal altında altsüreç çalıştırma
|
||
# URL: https://github.com/pexpect/ptyprocess
|
||
# Paketçi: milisarge
|
||
# Gerekler: python python-setuptools
|
||
|
||
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
|
||
}
|