Merge pull request #2419 from diogoleal/double-conversion
New package: double-conversion-1.1.5
This commit is contained in:
commit
e726c6fab8
1 changed files with 24 additions and 0 deletions
24
srcpkgs/double-conversion/template
Normal file
24
srcpkgs/double-conversion/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'double-conversion'
|
||||||
|
pkgname=double-conversion
|
||||||
|
version=1.1.5
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="cmake scons"
|
||||||
|
short_desc="Provides binary-decimal and decimal-binary routines for IEEE doubles"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="v8"
|
||||||
|
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
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue