1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="Talentedhack is an LV2 port of Tom Baran's Autotalent, with added features and improved performance."
8 url="http://code.google.com/p/talentledhack/"
10 depends=('lv2core' 'fftw')
11 source=(http://talentledhack.googlecode.com/files/${pkgname}${pkgver}_source.tar.gz)
12 md5sums=('c55b5521db01ad944073432e4d5c028f')
15 cd $srcdir/$pkgname.lv2
18 mkdir -p $pkgdir/usr/lib/lv2/$pkgname.lv2 || return 1
19 install -Dm755 *.{so,ttl} $pkgdir/usr/lib/lv2/$pkgname.lv2 || return 1