1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="Automatic music notation application for musicians and composers."
8 url="http://fomus.sourceforge.net/"
10 depends=('boost-libs' 'libtool')
11 makedepends=('graphviz' 'imagemagick' 'libxml2' 'swig' 'libtool' 'pd')
12 optdepends=('lilypond: lilypond support'
13 'emacs: emacs support'
15 'cm: common music and grace support')
17 source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-${pkgver//_/-}.tar.gz")
18 md5sums=('b26a2f55d393385a5db9681bc27d3cfc')
21 cd "$srcdir/$pkgname-${pkgver//_/-}"
23 ./configure --prefix=/usr \
30 cd "$srcdir/$pkgname-${pkgver//_/-}"
32 make DESTDIR="$pkgdir/" install
34 # install pd extension in the right path
35 install -d "$pkgdir/usr/lib/pd/extra"
36 mv "$pkgdir/usr/share/$pkgname/$pkgname.pd_linux" "$pkgdir/usr/lib/pd/extra"
39 # vim:set ts=2 sw=2 et: