1 # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
2 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
4 # Contributor: farid abdelnour <farid at atelier-labs.org>
5 # Maintainer: David Adler <david dot jo dot adler aet gmail dot com>
10 pkgdesc="Alsa Modular Synth, a realtime modular synthesizer and effect processor"
11 arch=('i686' 'x86_64')
12 url="http://alsamodular.sourceforge.net/"
14 depends=('qt' 'clalsadrv' 'ladspa' 'fftw' 'jack')
18 install=('ams.install')
19 _cvsroot=":pserver:anonymous@alsamodular.cvs.sourceforge.net:/cvsroot/alsamodular"
24 msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
25 if [ -d $_cvsmod/CVS ]; then
29 cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
33 msg "CVS checkout done or server timeout"
34 msg "Starting make..."
36 rm -rf "$srcdir/$_cvsmod-build"
37 cp -r "$srcdir/$_cvsmod" "$srcdir/$_cvsmod-build"
38 cd "$srcdir/$_cvsmod-build"
44 ./configure --prefix=/usr
49 cd "$srcdir/$_cvsmod-build"
50 make DESTDIR="$pkgdir/" install