@@ -66,7 +66,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-12-012</Date>
|
||||
<Date>2016-12-12</Date>
|
||||
<Version>2.2.9</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
|
||||
+1063
File diff suppressed because it is too large
Load Diff
@@ -11,16 +11,23 @@ from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DALLOW_IN_SOURCE_BUILD=ON \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=YES")
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=YES", sourceDir=".." )
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README")
|
||||
|
||||
Reference in New Issue
Block a user