updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / marsyas / PKGBUILD
blobd399c84cde48a48fb6c89a7aed8314b9317938d6
1 # Contributor: MeMi69 <MetalMilitia@gmx.net>
3 pkgname=marsyas
4 pkgver=0.4.3
5 pkgrel=1
6 license=('GPL')
7 arch=('i686' 'x86_64')
8 pkgdesc="Marsyas  (Music Analysis, Retrieval and Synthesis for Audio Signals) is an open source software framework for audio processing."
9 url="http://marsyas.sourceforge.net/"
10 makedepends=('cmake')
11 depends=('alsa-lib')
12 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('579b4db5987c296afbba98f4b6453d0e')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver/src/
17   cmake -DCMAKE_INSTALL_PREFIX=/usr
18   make || return 1 
19   make DESTDIR=$startdir/pkg install