parent
74262b902c
commit
77b67a07d6
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lilypond'
|
||||
pkgname="lilypond"
|
||||
version="2.19.65"
|
||||
version="2.19.80"
|
||||
revision=1
|
||||
_tlversion=2017
|
||||
build_wrksrc="build"
|
||||
|
@ -17,14 +17,12 @@ maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|||
homepage="http://lilypond.org/"
|
||||
license="GPL-3, FDL-1.3"
|
||||
distfiles="http://download.linuxaudio.org/${pkgname}/source/v2.19/${pkgname}-${version}.tar.gz"
|
||||
checksum=0dde43a5c1d2688457eee6dcc84f88599a260c53088cb05961c24854fef1524c
|
||||
nocross=yes
|
||||
checksum=3679db30a3f74ce8668691952fb0dd58d8ad6bad099017e815ca3e4312261453
|
||||
nocross="No rule to make target 'out/convert-ly.1', needed by 'man'. Stop."
|
||||
|
||||
if [ -n ${CROSS_BUILD} ]; then
|
||||
hostmakedepends+=" guile1.8-devel python-devel"
|
||||
makedepends+=" libfl-devel"
|
||||
configure_args+=" --with-python-include=${XBPS_CROSS_BASE}/usr/include/python2.7 --with-python-lib=python2.7"
|
||||
fi
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="no texlive available yet";;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
if [ ! -d $wrksrc/$build_wrksrc ]; then
|
||||
|
|
Loading…
Reference in New Issue