duktape: update to 2.2.1.

This commit is contained in:
maxice8 2018-04-26 06:14:25 -03:00 committed by Leah Neukirchen
parent 7afc9b0114
commit 3139cf3efa
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'duktape' # Template file for 'duktape'
pkgname=duktape pkgname=duktape
version=2.2.0 version=2.2.1
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="-f Makefile.sharedlibrary" make_build_args="-f Makefile.sharedlibrary"
@ -10,7 +10,7 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
license="MIT" license="MIT"
homepage="http://duktape.org" homepage="http://duktape.org"
distfiles="https://github.com/svaarala/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz" distfiles="https://github.com/svaarala/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
checksum=62f72206427633077cb02e7ccd2599ace4d254db409334593b86d262c0d50c14 checksum=3abe2eed2553305262b892c98f550bb1a94cf4fd73b51dc5c176fe08e7ade7f2
pre_install() { pre_install() {
vmkdir /usr/lib vmkdir /usr/lib
@ -27,10 +27,10 @@ post_install() {
} }
duktape-devel_package() { duktape-devel_package() {
depends="${makedepends} duktape>=${version}_${revision}" depends="duktape>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove "usr/include" vmove usr/include
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }