updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / cecilia / PKGBUILD
blob505af5c95d3770a7307ba6dfae4f4c7587fcab2f
1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
3 pkgname=(cecilia)
4 pkgver=2.0.5
5 pkgrel=1
6 pkgdesc="Cecilia is a graphic user interface for the sound synthesis and sound processing package Csound."
7 arch=('i686' 'x86_64')
8 url="http://cecilia.sourceforge.net/"
9 license=('GPL')
10 depends=('csound5' 'tcl' 'tk')
11 optdepends=('sox')
12 source=(http://downloads.sourceforge.net/project/cecilia/cecilia-src/$pkgver/$pkgname-$pkgver.tar.gz)
13 md5sums=('0544e4cb36201521469c80454999834d')
15 build() {
16   cd $srcdir/$pkgname-$pkgver
17   
18  # Infinite Loop Fix
19  sed  -e "184,197d" \
20       -e "199d" \
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