summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-11-09 06:04:02 +0100
committer Willy Sudiarto Raharjo2020-11-14 11:16:45 +0100
commit4472764409cfbe0a8133704510d67c0028b217e5 (patch)
tree72be9c008422258f52a81532cc46890b0c161eb5 /development
parent898531d30e91fd1efbc7413b21b391cd15cbaadd (diff)
downloadslackbuilds-4472764409cfbe0a8133704510d67c0028b217e5.tar.gz
development/cmake-202x: Updated for version 3.18.4.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/cmake-202x/cmake-202x.SlackBuild10
-rw-r--r--development/cmake-202x/cmake-202x.info10
2 files changed, 13 insertions, 7 deletions
diff --git a/development/cmake-202x/cmake-202x.SlackBuild b/development/cmake-202x/cmake-202x.SlackBuild
index a24fff5777..c2dcced3e1 100644
--- a/development/cmake-202x/cmake-202x.SlackBuild
+++ b/development/cmake-202x/cmake-202x.SlackBuild
@@ -20,9 +20,11 @@
# it's from -current (therefore subject to change), I mirrored the
# version I'm using on slackware.uk.
+# 20201108 bkw: updated for 3.18.4, put version number in manpages URL.
+
PRGNAM=cmake-202x
SRCNAM=cmake
-VERSION=${VERSION:-3.18.2}
+VERSION=${VERSION:-3.18.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -95,7 +97,11 @@ make install/strip DESTDIR=$PKG
# To avoid a dependency on Sphinx (which has *26 dependencies* of its own),
# use Pat's prebuilt man pages.
-tar xvf $CWD/cmake.manpages.tar.lz
+MAN=$CWD/$SRCNAM.manpages.tar.lz
+MANV=$CWD/$SRCNAM.manpages.$VERSION.tar.lz
+[ -e "$MANV" ] && MAN="$MANV"
+
+tar xvf $MAN
mv usr/man $PKGPREFIX/man
gzip -9 $PKGPREFIX/man/man?/*.?
diff --git a/development/cmake-202x/cmake-202x.info b/development/cmake-202x/cmake-202x.info
index 0ac15de208..0eea195a93 100644
--- a/development/cmake-202x/cmake-202x.info
+++ b/development/cmake-202x/cmake-202x.info
@@ -1,10 +1,10 @@
PRGNAM="cmake-202x"
-VERSION="3.18.2"
+VERSION="3.18.4"
HOMEPAGE="https://cmake.org/"
-DOWNLOAD="https://github.com/Kitware/CMake/releases/download/v3.18.2/cmake-3.18.2.tar.gz \
- https://slackware.uk/~urchlay/src/cmake.manpages.tar.lz"
-MD5SUM="7a882b3764f42981705286ac9daa29c2 \
- e8cbd51242f456eaaa48d68993afd723"
+DOWNLOAD="https://github.com/Kitware/CMake/releases/download/v3.18.4/cmake-3.18.4.tar.gz \
+ https://slackware.uk/~urchlay/src/cmake.manpages.3.18.4.tar.lz"
+MD5SUM="0380beaee1c39a22455db02651abe7be \
+ 8b7fd1fdebbc92f22080dc1c602236d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""