wok-6.x rev 25009
updated ocaml (4.10.0 -> 4.14.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 17:27:45 2022 +0100 (2022-05-16) |
parents | d30dcfb0598a |
children | 11d19e4dd71e |
files | ocaml/description.txt ocaml/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ocaml/description.txt Mon May 16 17:27:45 2022 +0100 1.3 @@ -0,0 +1,2 @@ 1.4 +OCaml is an industrial-strength programming language supporting 1.5 +functional, imperative and object-oriented styles.
2.1 --- a/ocaml/receipt Mon May 16 17:06:58 2022 +0100 2.2 +++ b/ocaml/receipt Mon May 16 17:27:45 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="ocaml" 2.7 -VERSION="4.10.0" 2.8 +VERSION="4.14.0" 2.9 CATEGORY="system-tools" 2.10 TAGS="language programming" 2.11 SHORT_DESC="General-purpose programming language designed for safety and reliability." 2.12 @@ -37,8 +37,6 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr 2.17 - 2.18 - cp -a $install/usr/bin $fs/usr 2.19 - cp -a $install/usr/lib $fs/usr 2.20 + cook_copy_folders bin 2.21 + cook_copy_folders lib 2.22 }