wok-current diff double-conversion-dev/receipt @ rev 25097
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 18 20:27:19 2022 +0000 (2022-06-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/double-conversion-dev/receipt Sat Jun 18 20:27:19 2022 +0000 1.3 @@ -0,0 +1,21 @@ 1.4 +source="" 1.5 + 1.6 +# SliTaz package receipt. 1.7 + 1.8 +PACKAGE="double-conversion-dev" 1.9 +VERSION="3.2.0" 1.10 +CATEGORY="development" 1.11 +SHORT_DESC="Binary-decimal and decimal-binary routines for IEEE doubles - development files." 1.12 +MAINTAINER="maintainer@slitaz.org" 1.13 +LICENSE="BSD" 1.14 +WEB_SITE="https://github.com/google/double-conversion" 1.15 + 1.16 +DEPENDS="double-conversion" 1.17 +WANTED="double-conversion" 1.18 + 1.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.20 +genpkg_rules() 1.21 +{ 1.22 + cook_copy_folders cmake 1.23 + cook_copy_folders include 1.24 +}