diff --git a/srcpkgs/double-conversion/template b/srcpkgs/double-conversion/template index e133179914a..330223eaf29 100644 --- a/srcpkgs/double-conversion/template +++ b/srcpkgs/double-conversion/template @@ -1,8 +1,9 @@ # Template file for 'double-conversion' pkgname=double-conversion version=1.1.5 -revision=1 -hostmakedepends="cmake scons" +revision=2 +build_style=scons +hostmakedepends="scons" short_desc="Provides binary-decimal and decimal-binary routines for IEEE doubles" maintainer="Diogo Leal " license="v8" @@ -10,15 +11,7 @@ homepage="https://github.com/google/double-conversion" distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz" checksum=03b976675171923a726d100f21a9b85c1c33e06578568fbc92b13be96147d932 - -do_build() { - scons CC=$CC CXX=$CXX CCFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LINKFLAGS="$LDFLAGS" -} - -do_install(){ - vmkdir usr/lib - vcopy *.a usr/lib - vcopy *.so usr/lib +post_install(){ vlicense LICENSE }