milis/talimatname/genel/python-ptyprocess/talimat
2017-02-13 12:43:13 +02:00

14 lines
413 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}