|
|
|
@ -24,11 +24,11 @@
|
|
|
|
|
# |
|
|
|
|
# Latest LilyPond sourcecode is available at: <http://lilypond.org/>. |
|
|
|
|
# |
|
|
|
|
# Depends: xap/fontforge, ap/t1utils |
|
|
|
|
# Depends: xap/fontforge, ap/t1utils, d/guile1 |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-lilypond} |
|
|
|
|
VERSION=${VERSION:-2.16.0} |
|
|
|
|
VERSION=${VERSION:-2.16.2} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
|
ARCHDOC=${ARCHDOC:-$NAMESRC-$VERSION-1.documentation.tar.bz2} |
|
|
|
|
WGET=${WGET:-http://lilypond.org/download/sources/v2.16/$ARCHIVE} |
|
|
|
@ -93,6 +93,8 @@ echo "Building $ARCHIVE..."
|
|
|
|
|
tar xf $CWD/$ARCHIVE |
|
|
|
|
cd $NAME |
|
|
|
|
mkdir build && cd build |
|
|
|
|
GUILE=/usr/bin/guile1 \ |
|
|
|
|
GUILE_CONFIG=/usr/bin/guile1-config \ |
|
|
|
|
CFLAGS=$CPUOPT \ |
|
|
|
|
CXXFLAGS=$CPUOPT \ |
|
|
|
|
../configure \ |
|
|
|
@ -100,8 +102,7 @@ CXXFLAGS=$CPUOPT \
|
|
|
|
|
--libdir=/usr/lib$LIBDIRSUFFIX \ |
|
|
|
|
--mandir=/usr/man \ |
|
|
|
|
--infodir=/usr/info \ |
|
|
|
|
--disable-debugging \ |
|
|
|
|
--with-ncsb-dir=/usr/share/fonts/Type1 |
|
|
|
|
--disable-debugging |
|
|
|
|
make -j $JOBS |
|
|
|
|
make install DESTDIR=$PKG |
|
|
|
|
cd .. |
|
|
|
|