wok-current view double-conversion-dev/receipt @ rev 25693
Up depends pkgs for cups, need to rebuild it for ssl 3.0
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Sun Mar 24 15:17:37 2024 +0000 (7 months ago) |
parents | |
children |
line source
1 source=""
3 # SliTaz package receipt.
5 PACKAGE="double-conversion-dev"
6 VERSION="3.2.0"
7 CATEGORY="development"
8 SHORT_DESC="Binary-decimal and decimal-binary routines for IEEE doubles - development files."
9 MAINTAINER="maintainer@slitaz.org"
10 LICENSE="BSD"
11 WEB_SITE="https://github.com/google/double-conversion"
13 DEPENDS="double-conversion"
14 WANTED="double-conversion"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_folders cmake
20 cook_copy_folders include
21 }