libraries/rapidjson: Fixed tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2017-01-15 21:21:00 +00:00 committed by Willy Sudiarto Raharjo
parent 87c33b4ffe
commit 70388ec715
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="rapidjson"
VERSION="1.1.0"
HOMEPAGE="https://github.com/miloyip/rapidjson/"
DOWNLOAD="https://github.com/miloyip/rapidjson/archive/v1.1.0/rapidjson-v1.1.0.tar.gz"
DOWNLOAD="https://github.com/miloyip/rapidjson/archive/v1.1.0/rapidjson-1.1.0.tar.gz"
MD5SUM="badd12c511e081fec6c89c43a7027bce"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""