Example #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("..")
Example #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("..")
Example #3
0
def build():
    autotools.system("./INSTALL.sh")
Example #4
0
def build():
    autotools.system("./INSTALL.sh")