diff --git a/system/base/duktape/actions.py b/system/base/duktape/actions.py
index 191e1805..38e25c66 100644
--- a/system/base/duktape/actions.py
+++ b/system/base/duktape/actions.py
@@ -15,9 +15,10 @@ from pisi.actionsapi import get
#pisitools.dosed("Makefile.sharedlibrary", "INSTALL_PREFIX = /usr/local", "INSTALL_PREFIX = /usr")
def build():
- autotools.make()
+ shelltools.sym("Makefile.sharedlibrary", "Makefile")
+ autotools.make("INSTALL_PREFIX=/usr")
def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+ autotools.rawInstall("DESTDIR=%s INSTALL_PREFIX=/usr" % get.installDIR())
pisitools.dodoc("AUTHORS*", "LICENSE*", "README*")
diff --git a/system/base/duktape/pspec.xml b/system/base/duktape/pspec.xml
index 5e8f6f92..c13abaa1 100644
--- a/system/base/duktape/pspec.xml
+++ b/system/base/duktape/pspec.xml
@@ -12,9 +12,9 @@
library
Embeddable Javascript engine
Embeddable Javascript engine
- https://duktape.org/duktape-2.6.0.tar.xz
+ https://duktape.org/duktape-2.7.0.tar.xz
- Makefile
+
@@ -32,7 +32,7 @@
/usr/share/doc
- duktape.pc
+
@@ -49,6 +49,13 @@
+
+ 2022-07-20
+ 2.7.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-04-20
2.6.0