Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duktape: update to 2.7.0 #8726

Draft
wants to merge 1 commit into
base: stable
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions lang-js/duktape/autobuild/beyond

This file was deleted.

21 changes: 21 additions & 0 deletions lang-js/duktape/autobuild/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
abinfo "Building shared library ..."
make \
-f "$SRCDIR"/Makefile.sharedlibrary \
INSTALL_PREFIX="$PKGDIR"/usr \
LIBDIR=/lib

abinfo "Building command-line interpreter ..."
make \
-f "$SRCDIR"/Makefile.cmdline \
INSTALL_PREFIX="$PKGDIR"/usr \
LIBDIR=/lib

abinfo "Installing shared library ..."
make install \
-f "$SRCDIR"/Makefile.sharedlibrary \
INSTALL_PREFIX="$PKGDIR"/usr \
LIBDIR=/lib

abinfo "Installing command-line interpreter ..."
install -Dvm755 "$SRCDIR"/duk \
"$PKGDIR"/usr/bin/duk
4 changes: 1 addition & 3 deletions lang-js/duktape/autobuild/defines
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
PKGNAME=duktape
PKGSEC=libs
PKGDEP="glibc"
PKGDES="An embeddable Javascript engine, with a focus on portability and compact footprint"

ABTYPE=plainmake
PKGDES="Embeddable JavaScript runtime and command-line interpreter"
10 changes: 0 additions & 10 deletions lang-js/duktape/autobuild/duktape.pc.in

This file was deleted.

15 changes: 0 additions & 15 deletions lang-js/duktape/autobuild/prepare

This file was deleted.

5 changes: 2 additions & 3 deletions lang-js/duktape/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VER=2.5.0
REL=2
VER=2.7.0
SRCS="tbl::https://duktape.org/duktape-$VER.tar.xz"
CHKSUMS="sha256::83d411560a1cd36ea132bd81d8d9885efe9285c6bc6685c4b71e69a0c4329616"
CHKSUMS="sha256::90f8d2fa8b5567c6899830ddef2c03f3c27960b11aca222fa17aa7ac613c2890"
CHKUPDATE="anitya::id=21345"