wok-current diff double-conversion-dev/receipt @ rev 25698
Fix ntfs-3g receipt
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Apr 16 19:01:01 2024 +0000 (7 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 Tue Apr 16 19:01:01 2024 +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 +}