From 93d20f8a38a80f31922e38870f83c6cf3c8d82c0 Mon Sep 17 00:00:00 2001 From: Giancarlo Dessi Date: Fri, 12 Apr 2024 22:55:34 +0900 Subject: libraries/msgpack-c-cpp: Fix DOWNLOAD. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- libraries/msgpack-c-cpp/README | 4 ++-- libraries/msgpack-c-cpp/msgpack-c-cpp.SlackBuild | 2 +- libraries/msgpack-c-cpp/msgpack-c-cpp.info | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libraries') 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="" -- cgit v1.2.3