view gub/specs/lilypad.py @ 6400:b8e03ad779c9

Update lilypad to 0.1.2.0
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Thu, 09 Apr 2015 22:26:14 +0900
parents bee56a2a570a
children
line wrap: on
line source

from gub import misc
from gub import target

class LilyPad (target.AutoBuild):
    source = 'http://lilypond.org/download/gub-sources/lilypad/lilypad-0.1.2.0-src.tar.bz2'
    dependencies = [ 'tools::automake' ]
    destdir_install_broken = True
    license_files = ['']

Lilypad = LilyPad