wok-current rev 25387
updated cmake (3.22.0 -> 3.23.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jul 31 16:43:38 2022 +0100 (2022-07-31) |
parents | 54ad3e130aff |
children | a5f1c40a8984 |
files | cmake/description.txt cmake/receipt |
line diff
1.1 --- a/cmake/description.txt Sat Jul 30 17:51:49 2022 +0100 1.2 +++ b/cmake/description.txt Sun Jul 31 16:43:38 2022 +0100 1.3 @@ -1,4 +1,5 @@ 1.4 -CMake is a family of tools designed to build, test and package software. CMake 1.5 -is used to control the software compilation process using simple platform and 1.6 -compiler independent configuration files. CMake generates native makefiles and 1.7 -workspaces that can be used in the compiler environment of your choice. 1.8 +CMake is a family of tools designed to build, test and package software. 1.9 +CMake is used to control the software compilation process using simple 1.10 +platform and compiler independent configuration files. 1.11 +CMake generates native makefiles and workspaces that can be used in the 1.12 +compiler environment of your choice.
2.1 --- a/cmake/receipt Sat Jul 30 17:51:49 2022 +0100 2.2 +++ b/cmake/receipt Sun Jul 31 16:43:38 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="cmake" 2.7 -VERSION="3.22.0" 2.8 +VERSION="3.23.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Cross-platform Make." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -31,12 +31,12 @@ 2.13 --docdir=/share/doc/$PACKAGE \ 2.14 --mandir=/share/man && 2.15 make && 2.16 - make DESTDIR=$DESTDIR install 2.17 + make install DESTDIR=$DESTDIR 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 - cp -a $install/usr $fs 2.24 - rm -rf $fs/usr/share/man 2.25 + cp -a $install/usr $fs 2.26 + rm -rf $fs/usr/share/man 2.27 }