#Maintainer: Thorsten Muehlfelder pkgname=portaudio pkgver=v19 pkgrel=4slint source=(http://portaudio.com/archives/pa_stable_v190600_20161030.tgz) docs=("README.txt" "LICENSE.txt" "V19-devel-readme.txt") url=http://www.portaudio.com # Jack should be installed before running me to provide Jack support. 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 \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --enable-cxx \ --disable-static make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }