updated on Sun Jan 22 20:01:29 UTC 2012
[aur-mirror.git] / katmus / PKGBUILD
blobcf664edc3bb3856852ceea6cc0904d66954e4e56
1 # Contributor: Orlando Garcia Feal <rodland at gmail dot com>
3 pkgname=katmus
4 pkgver=0.16
5 pkgrel=2
6 pkgdesc="Application for manual music transcription."
7 arch=('i686' 'x86_64')
8 url="http://katmus.sourceforge.net"
9 license=('GPL')
10 depends=('qt' 'mpg123' 'vorbis-tools' 'libao' 'fftw' 'lilypond' 'timidity++' 'rubberband')
11 source=(http://downloads.sourceforge.net/katmus/$pkgname$pkgver.tar.bz2)
12 md5sums=('896312ed70719a43fadc467efecb52fa')
13 build() {
14   cd $srcdir/$pkgname
15   qmake 
16   make || return 1
17   make INSTALL_ROOT="$pkgdir" install || return 1