# Description: Music notation for everyone. # URL: http://lilypond.org/web/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: xorg-libx11 fontforge guile freetype fontconfig pango python ghostscript texlive tex-gyre-fonts texinfo xorg-font-dejavu-ttf name=lilypond version=2.25.6 release=1 source=(http://lilypond.org/downloads/sources/v${version%.*}/lilypond-$version.tar.gz) build() { cd lilypond-$version ./autogen.sh --noconfigure mkdir build cd build ../configure \ --prefix=/usr \ --mandir=/usr/share/man \ --disable-documentation \ --disable-pipe make make DESTDIR=$PKG install rm -rf $PKG/usr/share/locale rm -rf $PKG/usr/share/emacs rmdir --ignore-fail-on-non-empty -p $PKG/usr/share/man/man1 }