1 # Contributor: Maciej Ciemborowicz <moonkey[at]op[dot]pl>
6 pkgdesc="an audio authoring tool using the Sinusoidal Model Synthesis (SMS) representation"
7 url="http://clam-project.org"
10 depends=('clam>=1.3.0')
12 source=(http://clam-project.org/download/src/SMSTools-${pkgver}.tar.gz)
13 md5sums=('960d740eb08540259bb8eabe521c9dcf')
16 cd ${srcdir}/SMSTools-${pkgver}
17 scons prefix=/usr clam_prefix=/usr DESTDIR=$startdir/pkg install || return 1