double-conversion: update to 3.0.0.

Closes: #12846 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
cr6git 2018-03-23 14:14:25 +01:00 committed by Jürgen Buchmüller
parent 1687a905cf
commit 8caa87a80f
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -1,15 +1,15 @@
# Template file for 'double-conversion'
pkgname=double-conversion
version=2.0.1
revision=2
version=3.0.0
revision=1
build_style=scons
hostmakedepends="scons"
short_desc="Provides binary-decimal and decimal-binary routines for IEEE doubles"
short_desc="Efficient binary-decimal and decimal-binary routines for IEEE doubles"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="v8"
license="BSD-3-Clause"
homepage="https://github.com/google/double-conversion"
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
checksum=ca9ec6974eaaa29827b916c90666fba3b0b6641030fe2ab34a81e280187acdef
checksum=152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915
post_install() {
vlicense LICENSE
@ -20,7 +20,7 @@ double-conversion-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmkdir usr/include/double-conversion
vcopy src/*.h usr/include/double-conversion/
vcopy double-conversion/*.h usr/include/double-conversion/
vmove usr/lib/*.a
vmove usr/lib/*.so
}