updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / ams-cvs / PKGBUILD
blobd3c09062e6b76c4b78b1ed1ad29cee5c8fcfdf7c
1 # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
2 # Contributor: Stefan Husmann <stefan-husmann@t-online.de>
3 # as of 1.8.8rc2
4 # Contributor: farid abdelnour <farid at atelier-labs.org>
5 # Maintainer: David Adler <david dot jo dot adler aet gmail dot com>
7 pkgname=ams-cvs
8 pkgver=20110305
9 pkgrel=1
10 pkgdesc="Alsa Modular Synth, a realtime modular synthesizer and effect processor"
11 arch=('i686' 'x86_64')
12 url="http://alsamodular.sourceforge.net/"
13 license=('GPL')
14 depends=('qt' 'clalsadrv' 'ladspa' 'fftw' 'jack')
15 makedepends=('cvs')
16 provides=('ams')
17 conflicts=('ams')
18 install=('ams.install')
19 _cvsroot=":pserver:anonymous@alsamodular.cvs.sourceforge.net:/cvsroot/alsamodular"
20 _cvsmod="ams"
22 build() {
23   cd "$srcdir"
24   msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
25   if [ -d $_cvsmod/CVS ]; then
26     cd $_cvsmod
27     cvs -z3 update -d
28   else
29     cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
30     cd $_cvsmod
31   fi
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"
40   #
41   # BUILD HERE
42   #
43   autoreconf -i
44   ./configure --prefix=/usr
45   make
48 package() {
49   cd "$srcdir/$_cvsmod-build"
50   make DESTDIR="$pkgdir/" install