wok annotate double-conversion-dev/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents
children
rev   line source
Hans-G?nter@24666 1 source=""
Hans-G?nter@24666 2
Hans-G?nter@24666 3 # SliTaz package receipt.
Hans-G?nter@24666 4
Hans-G?nter@24666 5 PACKAGE="double-conversion-dev"
Hans-G?nter@24666 6 VERSION="3.2.0"
Hans-G?nter@24666 7 CATEGORY="development"
Hans-G?nter@24666 8 SHORT_DESC="Binary-decimal and decimal-binary routines for IEEE doubles - development files."
Hans-G?nter@24666 9 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@24666 10 LICENSE="BSD"
Hans-G?nter@24666 11 WEB_SITE="https://github.com/google/double-conversion"
Hans-G?nter@24666 12
Hans-G?nter@24666 13 DEPENDS="double-conversion"
Hans-G?nter@24666 14 WANTED="double-conversion"
Hans-G?nter@24666 15
Hans-G?nter@24666 16 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@24666 17 genpkg_rules()
Hans-G?nter@24666 18 {
Hans-G?nter@24666 19 cook_copy_folders cmake
Hans-G?nter@24666 20 cook_copy_folders include
Hans-G?nter@24666 21 }