From 4135a401f2c1299eb6a2cb4e73925bb5d15765d2 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 21 Jul 2022 11:28:20 +0300 Subject: [PATCH] duktape-2.7.0 --- system/base/duktape/actions.py | 5 +++-- system/base/duktape/pspec.xml | 13 ++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) 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