#Packager: Tim Beech #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=PyAudio pkgver=0.2.7 pkgrel=1tjb #arch=noarch source=(http://people.csail.mit.edu/hubert/pyaudio/packages/pyaudio-0.2.7.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 }