mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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>
This commit is contained in:
parent
898531d30e
commit
4472764409
2 changed files with 13 additions and 7 deletions
|
@ -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?/*.?
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue