mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
duktape: update to 2.7.0.
This commit is contained in:
parent
8f8247f201
commit
9dfa77eb54
2 changed files with 7 additions and 6 deletions
|
@ -3067,7 +3067,7 @@ libbrotlienc.so.1 brotli-1.0.2_1
|
||||||
libfilteraudio.so filter_audio-0.0.1_1
|
libfilteraudio.so filter_audio-0.0.1_1
|
||||||
libgstreamermm-1.0.so.1 gstreamermm-1.8.0_1
|
libgstreamermm-1.0.so.1 gstreamermm-1.8.0_1
|
||||||
libmovit.so.8 movit-1.6.0_1
|
libmovit.so.8 movit-1.6.0_1
|
||||||
libduktape.so.206 duktape-2.6.0_1
|
libduktape.so.207 duktape-2.7.0_1
|
||||||
libccgnu2-1.8.so.0 commoncpp2-1.8.1_1
|
libccgnu2-1.8.so.0 commoncpp2-1.8.1_1
|
||||||
libccext2-1.8.so.0 commoncpp2-1.8.1_1
|
libccext2-1.8.so.0 commoncpp2-1.8.1_1
|
||||||
libucommon.so.8 ucommon-7.0.0_1
|
libucommon.so.8 ucommon-7.0.0_1
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'duktape'
|
# Template file for 'duktape'
|
||||||
pkgname=duktape
|
pkgname=duktape
|
||||||
version=2.6.0
|
version=2.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-f Makefile.sharedlibrary"
|
make_build_args="-f Makefile.sharedlibrary"
|
||||||
make_install_args="-f Makefile.sharedlibrary INSTALL_PREFIX=\${DESTDIR}/usr"
|
make_install_args="-f Makefile.sharedlibrary INSTALL_PREFIX=/usr"
|
||||||
short_desc="Embeddable JavaScript engine"
|
short_desc="Embeddable JavaScript engine"
|
||||||
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
maintainer="Christopher Brannon <chris@the-brannons.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://duktape.org"
|
homepage="https://duktape.org"
|
||||||
distfiles="https://github.com/svaarala/duktape/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
distfiles="https://duktape.org/duktape-${version}.tar.xz"
|
||||||
checksum=96f4a05a6c84590e53b18c59bb776aaba80a205afbbd92b82be609ba7fe75fa7
|
checksum=90f8d2fa8b5567c6899830ddef2c03f3c27960b11aca222fa17aa7ac613c2890
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i 's|^CC.*||g' Makefile.sharedlibrary
|
vsed -i 's|^CC.*||g' Makefile.sharedlibrary
|
||||||
|
@ -30,9 +30,10 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
duktape-devel_package() {
|
duktape-devel_package() {
|
||||||
depends="duktape>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue