1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="A music software synthesizer project"
8 url="http://sourceforge.net/p/minaton/home/Home/"
10 depends=('jack' 'fltk')
11 source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname.tar.gz")
12 md5sums=('2aacff590694be6deab1ac11ca5e533b')
17 # patches and waves path fix
18 sed -i "s_\"\([^\"]*s/\)_\"/usr/share/$pkgname/\1_" *.cpp
27 install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
30 install -d ${pkgdir}/usr/share/$pkgname/{patches,waves}
31 install -Dm644 patches/* "$pkgdir/usr/share/$pkgname/patches"
32 install -Dm644 waves/* "$pkgdir/usr/share/$pkgname/waves"
35 # vim:set ts=2 sw=2 et: