2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: PortAudio için python kütüphanesi
|
2017-05-30 13:20:52 +02:00
|
|
|
|
# URL: http://people.csail.mit.edu/hubert/pyaudio
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: portaudio python-setuptools
|
2017-05-30 13:20:52 +02:00
|
|
|
|
|
|
|
|
|
name=python-pyaudio
|
|
|
|
|
version=0.2.11
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://files.pythonhosted.org/packages/source/P/PyAudio/PyAudio-$version.tar.gz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-05-30 13:20:52 +02:00
|
|
|
|
cd $SRC/PyAudio-$version
|
|
|
|
|
python setup.py build
|
|
|
|
|
python setup.py install --root=$PKG
|
|
|
|
|
}
|