示例#1
0
def install():
    shelltools.cd("build")

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

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

    inarytools.dodoc("ChangeLog", "seq/aconnect/README.aconnect",
                     "seq/aseqnet/README.aseqnet")
示例#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")
示例#9
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

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

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

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

    inarytools.dodoc("COPYING")
示例#13
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

    inarytools.dodoc("COPYING")
示例#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")
示例#15
0
def install():
    autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR())

    inarytools.dodoc("CHANGES", "README", "COPYING")
示例#16
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
    # remove unused binary
    inarytools.removeDir("/etc")
    inarytools.remove("/usr/bin/zeitgeist-datahub")
示例#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")
示例#18
0
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

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

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

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

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

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

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

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

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

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

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