view gub/specs/osx-lilypad.py @ 6168:c2ff4b1c6d7e

Move back to lilypad-0.4 for ppc.
author Graham Percival <graham@percival-music.ca>
date Fri, 07 Oct 2011 22:35:32 +0100
parents d7e7e4d2fd8e
children c248a6b5dfac
line wrap: on
line source

from gub import build

class Osx_lilypad (build.NullBuild):
    pass

class Osx_lilypad__darwin__ppc (build.NullBuild):
    # yes, we really need the old version here!
    # 0.5 was built for lion 10.7, which doesn't have any ppc support
    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.4.tar.gz'

class Osx_lilypad__darwin__x86 (build.NullBuild):
    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.5.tar.gz'