# HG changeset patch # User Hans-G?nter Theisgen # Date 1659282218 -3600 # Node ID fe199d9ab5d0e791f83df87fe0e4c9c32f8af6f1 # Parent 54ad3e130aff677efeba96727a32b0fddc6a8af5 updated cmake (3.22.0 -> 3.23.2) diff -r 54ad3e130aff -r fe199d9ab5d0 cmake/description.txt --- a/cmake/description.txt Sat Jul 30 17:51:49 2022 +0100 +++ b/cmake/description.txt Sun Jul 31 16:43:38 2022 +0100 @@ -1,4 +1,5 @@ -CMake is a family of tools designed to build, test and package software. CMake -is used to control the software compilation process using simple platform and -compiler independent configuration files. CMake generates native makefiles and -workspaces that can be used in the compiler environment of your choice. +CMake is a family of tools designed to build, test and package software. +CMake is used to control the software compilation process using simple +platform and compiler independent configuration files. +CMake generates native makefiles and workspaces that can be used in the +compiler environment of your choice. diff -r 54ad3e130aff -r fe199d9ab5d0 cmake/receipt --- a/cmake/receipt Sat Jul 30 17:51:49 2022 +0100 +++ b/cmake/receipt Sun Jul 31 16:43:38 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="cmake" -VERSION="3.22.0" +VERSION="3.23.2" CATEGORY="development" SHORT_DESC="Cross-platform Make." MAINTAINER="pankso@slitaz.org" @@ -31,12 +31,12 @@ --docdir=/share/doc/$PACKAGE \ --mandir=/share/man && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs - rm -rf $fs/usr/share/man + cp -a $install/usr $fs + rm -rf $fs/usr/share/man }