1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="Cecilia is a graphic user interface for the sound synthesis and sound processing package Csound."
8 url="http://cecilia.sourceforge.net/"
10 depends=('csound5' 'tcl' 'tk')
12 source=(http://downloads.sourceforge.net/project/cecilia/cecilia-src/$pkgver/$pkgname-$pkgver.tar.gz)
13 md5sums=('0544e4cb36201521469c80454999834d')
16 cd $srcdir/$pkgname-$pkgver
21 -i lib/prefs.tcl || return 1
23 sed "s_/usr/local_$pkgdir/usr_" -i Makefile || return 1
25 mkdir -p $pkgdir/usr/bin || return 1
27 make install || return 1