Browse Source
libraries/msgpack-c: Updated for version 4.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/186/head
Ruben Schuller
4 years ago
committed by
Andrew Clemons
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with
7 additions and
7 deletions
-
libraries/msgpack-c/msgpack-c.SlackBuild
-
libraries/msgpack-c/msgpack-c.info
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# SlackBuild script for msgpack-c |
|
|
|
|
|
|
|
# Copyright 2021 Ruben Schuller <sb@rbn.im> |
|
|
|
# Copyright 2021-2022 Ruben Schuller <sb@rbn.im> |
|
|
|
# Copyright 2014-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
@ -26,12 +26,12 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=msgpack-c |
|
|
|
VERSION=${VERSION:-3.3.0} |
|
|
|
VERSION=${VERSION:-4.0.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
SRCNAM=msgpack |
|
|
|
SRCNAM=msgpack-c-c |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
case "$( uname -m )" in |
|
|
@ -99,7 +99,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a \ |
|
|
|
AUTHORS COPYING LICENSE_1_0.txt NOTICE README \ |
|
|
|
COPYING LICENSE_1_0.txt NOTICE README.md \ |
|
|
|
$PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="msgpack-c" |
|
|
|
VERSION="3.3.0" |
|
|
|
VERSION="4.0.0" |
|
|
|
HOMEPAGE="https://github.com/msgpack/msgpack-c" |
|
|
|
DOWNLOAD="https://github.com/msgpack/msgpack-c/releases/download/cpp-3.3.0/msgpack-3.3.0.tar.gz" |
|
|
|
MD5SUM="e676575d52caae974e579c3d5f0ba6a2" |
|
|
|
DOWNLOAD="https://github.com/msgpack/msgpack-c/archive/c-4.0.0/msgpack-c-c-4.0.0.tar.gz" |
|
|
|
MD5SUM="0fa0322f9d925fcb97c9684c571ccbcf" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|