#Maintainer: Ejis #Mandatory category=extra/xap pkgname=jamin pkgver=0.95.0 pkgrel=1 zenver=64 arch=i686 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/$zenver/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - JACK Audio mastering" "JAMin is the JACK Audio Connection Kit Audio Mastering interface." "JAMin is an open source application designed to perform" "professional audio mastering of stereo input streams. It uses LADSPA" "for digital signal processing (DSP). JAMin is licensed under the GPL. " ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make -j2 || return 1 make DESTDIR=$startdir/pkg install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://jamin.sourceforge.net/en/about.html" extradepends=('swh-plugins') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}