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