1 #Contributor: allencch <allencch at hotmail dot com>
5 pkgdesc="A tool to discover the chords of your audio files."
7 url="http://clam-project.org/"
9 depends=('clam>=1.3.0' 'clam-networkeditor>=1.4.0')
10 source=(http://clam-project.org/download/src/chordata-${pkgver}.tar.gz)
11 md5sums=('4f6fc0de7978d0d94c839540635baa79')
14 install -d ${pkgdir}/usr
16 declare -x QTDIR="/usr"
18 cd ${srcdir}/chordata-${pkgver}
19 scons clam_prefix=/usr prefix=${pkgdir}/usr || return 1