summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Giancarlo Dessi <slack@giand.it>2024-04-12 22:55:34 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-13 22:03:50 +0700
commit93d20f8a38a80f31922e38870f83c6cf3c8d82c0 (patch)
treee560845f77cad1fc1b2bf0073fdc62cb89b65358 /libraries
parent42588fbf60880c4467bd64427daa8fc5ffa8cc0c (diff)
downloadslackbuilds-93d20f8a38a80f31922e38870f83c6cf3c8d82c0.tar.gz
slackbuilds-93d20f8a38a80f31922e38870f83c6cf3c8d82c0.tar.xz
libraries/msgpack-c-cpp: Fix DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/msgpack-c-cpp/README4
-rw-r--r--libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild2
-rw-r--r--libraries/msgpack-c-cpp/msgpack-c-cpp.info2
3 files changed, 4 insertions, 4 deletions
diff --git a/libraries/msgpack-c-cpp/README b/libraries/msgpack-c-cpp/README
index 4219870b84..0848ebd417 100644
--- a/libraries/msgpack-c-cpp/README
+++ b/libraries/msgpack-c-cpp/README
@@ -3,8 +3,8 @@ exchange data among multiple languages like JSON.
Versions later than 3.3.0 have separate C and C++ implementations.
This slackbuild builds only the C++ implementation of MessagePack as
-header-only library.
-If you need also the C implementation you have to build and install
+header-only library.
+If you need also the C implementation you have to build and install
the package msgpack-c-c even. Both packages can coexist.
Note: msgpack-c-cpp conflicts with the old msgpack-c package, that
diff --git a/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild b/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild
index 6beefdd0d8..8ce326824e 100644
--- a/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild
+++ b/libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild
@@ -93,7 +93,7 @@ find -L . \
-o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-
+
sed -i ./CMakeLists.txt -e "s/VERSION 3.1 FATAL_ERROR/VERSION 3.5 FATAL_ERROR/g"
mkdir -p build
diff --git a/libraries/msgpack-c-cpp/msgpack-c-cpp.info b/libraries/msgpack-c-cpp/msgpack-c-cpp.info
index 1adc2baa10..f50de3ee68 100644
--- a/libraries/msgpack-c-cpp/msgpack-c-cpp.info
+++ b/libraries/msgpack-c-cpp/msgpack-c-cpp.info
@@ -1,7 +1,7 @@
PRGNAM="msgpack-c-cpp"
VERSION="6.1.0"
HOMEPAGE="https://github.com/msgpack/msgpack-c"
-DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/cpp-6.1.0/cpp-6.1.0.tar.gz"
+DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/cpp-6.1.0/msgpack-c-cpp-6.1.0.tar.gz"
MD5SUM="42cce30906229fc124bac04c502f1241"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""