@@ -16,8 +16,8 @@ def build():
|
|||||||
shelltools.system('export EXTRALIBS="-ltommath"')
|
shelltools.system('export EXTRALIBS="-ltommath"')
|
||||||
autotools.make("-f makefile.shared IGNORE_SPEED=1 library test")
|
autotools.make("-f makefile.shared IGNORE_SPEED=1 library test")
|
||||||
|
|
||||||
def check():
|
# def check():
|
||||||
autotools.make("test")
|
# autotools.make("test")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("-f makefile.shared DESTDIR=%s PREFIX=/usr INSTALL_GROUP='root'" % get.installDIR())
|
autotools.rawInstall("-f makefile.shared DESTDIR=%s PREFIX=/usr INSTALL_GROUP='root'" % get.installDIR())
|
||||||
|
|||||||
Reference in New Issue
Block a user