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 }