Exemplo n.º 1
0
def install():
    shelltools.cd("build")

    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
Exemplo n.º 2
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    inarytools.remove("/usr/lib/*.la")
    inarytools.dodoc("ChangeLog", "README", "COPYING")
Exemplo n.º 3
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
Exemplo n.º 4
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    inarytools.dodoc("ABOUT*", "AUTHORS", "ChangeLog", "COPYING", "LICENSE*",
                     "NEWS", "README*")
Exemplo n.º 5
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    inarytools.dodoc("AUTHORS", "LICENSE")
Exemplo n.º 6
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("AUTHORS", "ChangeLog", "LICENSE", "README.md")
Exemplo n.º 7
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("ChangeLog", "seq/aconnect/README.aconnect",
                     "seq/aseqnet/README.aseqnet")
Exemplo n.º 8
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    if get.buildTYPE() == "emul32": return

    inarytools.dodoc("AUTHORS", "COPYING", "NEWS")
    inarytools.remove("/usr/include/X11/extensions/XKBgeom.h")
Exemplo n.º 9
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("ChangeLog", "README")
Exemplo n.º 10
0
def install():
    autotools.rawInstall("DESTDIR={}".format(get.installDIR()))
    if get.buildTYPE()=="emul32": return

    inarytools.dodoc("README","BUGS","ChangeLog","NEWS","THANKS")
Exemplo n.º 11
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dohtml("docs/html/")
    inarytools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README*", "TODO",
                     "fb.modes")
Exemplo n.º 12
0
def install():
    autotools.rawInstall("prefix=/usr DESTDIR=%s" % get.installDIR())
    inarytools.remove("/usr/lib/*.a")

    inarytools.dodoc("COPYING")
Exemplo n.º 13
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("COPYING")
Exemplo n.º 14
0
def install():
    shelltools.cd("moz-build")
    shelltools.export("SHELL", "/bin/bash")
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    #BUG: at issue #24 in gitlab
    inarytools.remove("/usr/lib/*.ajs")
Exemplo n.º 15
0
def install():
    autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR())

    inarytools.dodoc("CHANGES", "README", "COPYING")
Exemplo n.º 16
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    # remove unused binary
    inarytools.removeDir("/etc")
    inarytools.remove("/usr/bin/zeitgeist-datahub")
Exemplo n.º 17
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    if not get.buildTYPE() == "emul32":
        inarytools.remove("/usr/share/man/man1/lzmadec.1")
        inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
Exemplo n.º 18
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("README", "COPYING", "AUTHORS", "ChangeLog")
Exemplo n.º 19
0
def install():
    autotools.rawInstall('DESTDIR="%s"' % get.installDIR())

    inarytools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "TODO")
Exemplo n.º 20
0
def install():
    autotools.rawInstall("DESTDIR=%s libdir=/usr/lib/" % get.installDIR())
Exemplo n.º 21
0
def install():
    autotools.rawInstall('DESTDIR="{}"'.format(get.installDIR()))
Exemplo n.º 22
0
def install():
    autotools.rawInstall("INSTALL_ROOT=\"{}\"".format(get.installDIR()))
Exemplo n.º 23
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("README", "TODO", "HACKING", "AUTHORS", "NEWS")
Exemplo n.º 24
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    #autotools.install()

    inarytools.dodoc("docs/*.txt", "docs/*.htm")
Exemplo n.º 25
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    inarytools.removeDir("/usr/share/devhelp")

    inarytools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
Exemplo n.º 26
0
def install():
    autotools.rawInstall('DESTDIR="%s"' % get.installDIR())

    inarytools.dodoc("ChangeLog","COPYING","NEWS","README")
Exemplo n.º 27
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("AUTHORS", "COPYING", "BUGS", "ChangeLog*", "NEWS",
                     "README", "TODO")
Exemplo n.º 28
0
def install():
    autotools.rawInstall("DESTDIR=%s docdir=/usr/share/doc/gperftools" %
                         get.installDIR())

    inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README",
                     "TODO")
Exemplo n.º 29
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    inarytools.remove("/usr/bin/metacity-window-demo")

    inarytools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README")
Exemplo n.º 30
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("ABOUT-NLS", "AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "RELEASE", "REQUIREMENTS")