From 8caa87a80f9fa422fe77c2cc448e6f17c19b1c29 Mon Sep 17 00:00:00 2001 From: cr6git Date: Fri, 23 Mar 2018 14:14:25 +0100 Subject: [PATCH] double-conversion: update to 3.0.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #12846 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller --- srcpkgs/double-conversion/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/double-conversion/template b/srcpkgs/double-conversion/template index ad4fc640618..f19a3fc2400 100644 --- a/srcpkgs/double-conversion/template +++ b/srcpkgs/double-conversion/template @@ -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 " -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 }