2018-06-09 19:51:26 +02:00
|
|
|
|
# Tanım: Sahte terminal altında altsüreç çalıştırma
|
|
|
|
|
# URL: https://github.com/pexpect/ptyprocess
|
|
|
|
|
# Paketçi: milisarge
|
2018-08-15 02:42:42 +02:00
|
|
|
|
# Gerekler: python3 python3-setuptools
|
2018-06-09 19:51:26 +02:00
|
|
|
|
# Grup: kütüphane
|
|
|
|
|
|
2018-08-15 02:42:42 +02:00
|
|
|
|
isim=python3-ptyprocess
|
|
|
|
|
surum=0.6.0
|
2018-06-09 19:51:26 +02:00
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-$surum.tar.gz)
|
|
|
|
|
|
|
|
|
|
derle() {
|
|
|
|
|
cd ptyprocess-$surum
|
|
|
|
|
python3 setup.py install --root="$PKG/" --prefix=/usr --optimize=0
|
|
|
|
|
}
|