#Packager: Tim Beech #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=PyAudio pkgver=0.2.9 pkgrel=1tjb #arch=noarch source=(https://pypi.python.org/packages/d0/dc/ffb9ce5e3f19bd289902915a9f68b7d199216065f8ea17d5b5e8e4ad86ee/PyAudio-0.2.9.tar.gz) sourcetemplate=http://people.salixos.org/mimosa/packages/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://people.csail.mit.edu/hubert/pyaudio/ #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Python bindings for PortAudio)" "PyAudio provides Python bindings for PortAudio, the cross-platform" "audio I/O library. With PyAudio, you can easily use Python to play and" "record audio on a variety of platforms." ) build() { cd $startdir/src/$pkgname-$pkgver python setup.py install --prefix=/usr --root=$startdir/pkg }