Exemple #1
0
def setup():
    shelltools.cd("%s/libpit" % get.curDIR())
    autotools.configure("--prefix=/usr")
    shelltools.cd("..")
    shelltools.cd("%s/heimdall" % get.curDIR())
    autotools.configure("--prefix=/usr")
    shelltools.cd("..")
    shelltools.cd("%s/heimdall-frontend" % get.curDIR())
    autotools.system("qmake .")
    shelltools.cd("..")
Exemple #2
0
def setup():
    shelltools.cd("%s/libpit" % get.curDIR())
    autotools.configure("--prefix=/usr")
    shelltools.cd("..")
    shelltools.cd("%s/heimdall" % get.curDIR())
    autotools.configure("--prefix=/usr")
    shelltools.cd("..")
    shelltools.cd("%s/heimdall-frontend" % get.curDIR())
    autotools.system("qmake .")
    shelltools.cd("..")
Exemple #3
0
def build():
    autotools.system("./INSTALL.sh")
Exemple #4
0
def build():
    autotools.system("./INSTALL.sh")