]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - cmake/cmake.nm
cmake: Update to 3.25.0
[ipfire-3.x.git] / cmake / cmake.nm
index ee8e910152f17df5e57104ceb90ee03d85bb90ae..4cd8471bb3cb857ab1ab6202f0dcd98dac490ad7 100644 (file)
@@ -5,12 +5,12 @@
 
 name       = cmake
 version    = %{ver_maj}.%{ver_min}
-ver_maj    = 3.14
-ver_min    = 5
+ver_maj    = 3.25
+ver_min    = 0
 release    = 1
 
 groups     = Development/Tools
-url        = http://www.cmake.org
+url        = https://www.cmake.org
 license    = BSD
 summary    = Cross-platform make system.
 
@@ -23,7 +23,7 @@ description
        generation, code generation, and template instantiation.
 end
 
-source_dl  = http://www.cmake.org/files/v%{ver_maj}/
+source_dl  = https://www.cmake.org/files/v%{ver_maj}/
 
 build
        requires
@@ -41,8 +41,6 @@ build
                zlib-devel
        end
 
-       PARALLELISMFLAGS = -j4
-
        build
                mkdir -pv build
                cd build && ../bootstrap \
@@ -65,11 +63,6 @@ build
 
        install
                cd build && make install DESTDIR=%{BUILDROOT}
-
-               # Install pakfire macro.
-               mkdir -p %{BUILDROOT}/usr/lib/pakfire/macros
-               install -v -m 644 %{DIR_SOURCE}/cmake.macro \
-                       %{BUILDROOT}/usr/lib/pakfire/macros
        end
 end