wok diff double-conversion-dev/receipt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/double-conversion-dev/receipt	Fri Jul 01 17:52:21 2022 +0100
     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 +}