summaryrefslogtreecommitdiffstats
path: root/libraries/yaml-cpp/yaml-cpp.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-02-05 00:48:50 +0200
committer Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-02-05 00:48:50 +0200
commit484a272c47e2cd20e05321fd8caa71386b0e91b7 (patch)
treead39e601502cfccb34acf7a6d7c3256d653bf4a4 /libraries/yaml-cpp/yaml-cpp.SlackBuild
parent701f936c28c24b45719746e7e8c8adb3d21b8eb7 (diff)
downloadslackbuilds-484a272c47e2cd20e05321fd8caa71386b0e91b7.tar.gz
slackbuilds-484a272c47e2cd20e05321fd8caa71386b0e91b7.tar.xz
libraries/yaml-cpp: Updated for version 0.5.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/yaml-cpp/yaml-cpp.SlackBuild')
-rw-r--r--libraries/yaml-cpp/yaml-cpp.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/yaml-cpp/yaml-cpp.SlackBuild b/libraries/yaml-cpp/yaml-cpp.SlackBuild
index 92b2b8dc7f..7426bdaae6 100644
--- a/libraries/yaml-cpp/yaml-cpp.SlackBuild
+++ b/libraries/yaml-cpp/yaml-cpp.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for yaml-cpp
-# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yaml-cpp
-VERSION=${VERSION:-0.5.2}
+VERSION=${VERSION:-0.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,7 @@ 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 license.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install