milis/talimatname/genel/python-ptyprocess/talimat

15 lines
413 B
Plaintext
Raw Normal View History

2017-02-13 11:43:13 +01:00
# Description: Sahte terminal altında altsüreç çalıştırma
# URL: https://github.com/pexpect/ptyprocess
# Packager: milisarge
# Depends on: python python-setuptools
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
}