#Maintainer: fushark #Former Maintainer(s): Michael Verret #Anything commented out is optional and can be deleted. pkgname=portaudio pkgver=19 pkgrel=1 zenver=54 arch=i486 source=(http://portaudio.com/archives/pa_stable_v19_20071207.tar.gz) sourcetemplate=http:/users.zenwalk.org/user-accounts/fushark/pa docs=("README.txt" "LICENSE.txt" "V19-devel-readme.txt") url=http://www.portaudio.com options=("norequiredbuilder" "keepdepfile") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Portable cross-platform Audio API)" "$pkgname is a free, cross platform, open-source, audio I/O" "library. It lets you write simple audio programs in 'C'" "that will compile and run on many platforms including Windows," "Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is" "intended to promote the exchange of audio synthesis software" "between developers on different platforms." ) build() { cd $startdir/src/$pkgname ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }