You are not logged in.

#1 2004-08-27 19:46:18

thegnu
Member
From: Brooklyn, NY
Registered: 2004-05-04
Posts: 280
Website

[NEW] lilypond

I've built and uploaded lilypond.  I'm still having trouble with some of the dependencies, however.  More info, see here.
Here's the pkgbuild:

#$Id: $
#Contributor: thegnu <thegnu@nathancurry.com>

pkgname=lilypond
pkgver=2.3.12
pkgrel=1
pkgdesc="an automated engraving system that fomats beautiful music notation and interfaces with rosegarden"
url="http://www.lilypond.org/"
depends=('guile>=1.6.0' 'python>=2.1' 'ghostscript' 'tetex' 'ec-fonts-mftraced')
source=(http://lilypond.org/download/v2.3/$pkgname-$pkgver.tar.gz)
md5=('e82ecb4094a46ef97f9ee5e4ad38593a')
#Compile-time deps: mftrace>=1.0.17, bison>=1.25 but not 1.50 or 1.75, gettext, GNU Make>=3.78, kpathsea (lib for searching TeX files), texinfo>=4.7


build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
} 

fffft!

Offline

Board footer

Powered by FluxBB