#Maintainer: Ejis #Mandatory pkgname=jack pkgver=0.109.2 pkgrel=2 zenver=54 arch=i486 source=("http://prdownloads.sourceforge.net/jackit/jack-audio-connection-kit-$pkgver.tar.gz") #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - JACK Audio Connection Toolkit" "JACK is a low-latency audio server, written for POSIX conformant" "operating systems such as GNU/Linux and Apple's OS X. It can connect" "a number of different applications to an audio device, as well as" "allowing them to share audio between themselves. Its clients can run" "in their own processes (ie. as normal applications), or can they can" "run within the JACK server." ) build() { cd $startdir/src/jack-audio-connection-kit-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://jackaudio.org/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}