19 lines
572 B
Plaintext
19 lines
572 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 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
|
||
}
|