mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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:
parent
1687a905cf
commit
8caa87a80f
1 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'double-conversion'
|
# Template file for 'double-conversion'
|
||||||
pkgname=double-conversion
|
pkgname=double-conversion
|
||||||
version=2.0.1
|
version=3.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=scons
|
build_style=scons
|
||||||
hostmakedepends="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>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="v8"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/double-conversion"
|
homepage="https://github.com/google/double-conversion"
|
||||||
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
|
||||||
checksum=ca9ec6974eaaa29827b916c90666fba3b0b6641030fe2ab34a81e280187acdef
|
checksum=152f15355242b6b1fbb4098fcd825bf08527eda0c65e8446939222a13f0b3915
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -20,7 +20,7 @@ double-conversion-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmkdir usr/include/double-conversion
|
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/*.a
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue