1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
2 # Contributor: Philipp Überbacher <hollunder at gmx dot at>
3 # Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
4 # Contributor: Christoph Zeiler <rabyte*gmail>
9 pkgdesc="A collection of free software for editing and sharing MIDI instruments and sounds"
10 arch=('i686' 'x86_64')
11 url="http://swami.resonance.org/trac"
13 depends=('audiofile' 'libgnomecanvas' 'libinstpatch' 'librsvg' 'fluidsynth'
14 'gtksourceview' 'hicolor-icon-theme' 'shared-mime-info')
16 install=$pkgname.install
17 source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
18 md5sums=('849b40e4a97c4f52faf069006358dd4f')
22 cd "$srcdir/$pkgname-$pkgver"
25 export PYTHON="python2"
28 sed -i "s_echo\( \$PYTHON\)_which\1_g" -i configure
31 CFLAGS="${CFLAGS} -fPIC"
33 ./configure --prefix="/usr"
39 cd "$srcdir/$pkgname-$pkgver"
41 make DESTDIR="$pkgdir/" install