mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/yaml-cpp: Updated for version 0.5.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
27e5b767a5
commit
384068c9ac
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for yaml-cpp
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014-2015 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.1}
|
||||
VERSION=${VERSION:-0.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-release-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-release-$VERSION.tar.gz || tar xvf $CWD/release-$VERSION.tar.gz
|
||||
cd $PRGNAM-release-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yaml-cpp"
|
||||
VERSION="0.5.1"
|
||||
HOMEPAGE="https://code.google.com/p/yaml-cpp/"
|
||||
DOWNLOAD="https://yaml-cpp.googlecode.com/files/yaml-cpp-0.5.1.tar.gz"
|
||||
MD5SUM="0fa47a5ed8fedefab766592785c85ee7"
|
||||
VERSION="0.5.2"
|
||||
HOMEPAGE="https://github.com/jbeder/yaml-cpp"
|
||||
DOWNLOAD="https://github.com/jbeder/yaml-cpp/archive/release-0.5.2.tar.gz"
|
||||
MD5SUM="2728af8a15e2b2c407730c45b99b274b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue