wok diff double-conversion-dev/receipt @ rev 25573
updated asterisk and asterisk-dev (11.1.1 -> 20.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat May 13 16:27:48 2023 +0100 (18 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 Sat May 13 16:27:48 2023 +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 +}