summaryrefslogtreecommitdiffstats
path: root/libraries/msgpack-c/msgpack-c.SlackBuild
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-05-10 18:16:44 +0200
committer Willy Sudiarto Raharjo2018-05-12 01:58:30 +0200
commit1f89edd08362ed84ae7d8c381d653569dbda00b0 (patch)
tree9c56ed4c261a01bbe90661227df469aa65bd742a /libraries/msgpack-c/msgpack-c.SlackBuild
parent548459c052e0afbe936da2b1364bfe5fd29aefd5 (diff)
downloadslackbuilds-1f89edd08362ed84ae7d8c381d653569dbda00b0.tar.gz
libraries/msgpack-c: Updated for version 3.0.0.
Diffstat (limited to 'libraries/msgpack-c/msgpack-c.SlackBuild')
-rw-r--r--libraries/msgpack-c/msgpack-c.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/msgpack-c/msgpack-c.SlackBuild b/libraries/msgpack-c/msgpack-c.SlackBuild
index 9aa2184804..a460d624ce 100644
--- a/libraries/msgpack-c/msgpack-c.SlackBuild
+++ b/libraries/msgpack-c/msgpack-c.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=msgpack
-PRGNAM=msgpack-c
-VERSION=${VERSION:-2.1.5}
+PRGNAM=$SRCNAM-c
+VERSION=${VERSION:-3.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING LICENSE_1_0.txt NOTICE README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ AUTHORS COPYING LICENSE_1_0.txt NOTICE README \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install