mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/rapidjson: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
87c33b4ffe
commit
70388ec715
2 changed files with 2 additions and 2 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue