2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Sahte terminal altında altsüreç çalıştırma
|
2017-02-13 11:43:13 +01:00
|
|
|
|
# URL: https://github.com/pexpect/ptyprocess
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: python python-setuptools
|
2017-02-13 11:43:13 +01:00
|
|
|
|
|
|
|
|
|
name=python-ptyprocess
|
|
|
|
|
version=0.5.1
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-$version.tar.gz)
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd ptyprocess-$version
|
|
|
|
|
python setup.py install --root="$PKG/" --prefix=/usr --optimize=0
|
|
|
|
|
}
|