academic/SimEng: Fix github tarball handling.

https://slackbuilds.org/GITHUB_URLs.txt

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-11-25 22:59:38 +09:00 committed by Willy Sudiarto Raharjo
parent fd7d20a5ad
commit ef8e6a516c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 4 deletions

View file

@ -31,7 +31,7 @@ BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
YAMLCPP_VERSION=0.7.0
YAMLCPP_VERSION=yaml-cpp-0.7.0
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -93,7 +93,7 @@ cd build
# unpack dependences
mkdir -p _deps/{capstone-lib,yaml-cpp}-src
tar xvf $CWD/capstone-src.tar.gz -C _deps/capstone-lib-src --strip-components 1
tar xvf $CWD/capstone-Armv9.2-update.tar.gz -C _deps/capstone-lib-src --strip-components 1
tar xvf $CWD/yaml-cpp-$YAMLCPP_VERSION.tar.gz -C _deps/yaml-cpp-src --strip-components 1
cmake \

View file

@ -1,8 +1,12 @@
PRGNAM="SimEng"
VERSION="0.9.4"
HOMEPAGE="https://uob-hpc.github.io/SimEng"
DOWNLOAD="https://github.com/UoB-HPC/SimEng/archive/0.9.4/SimEng-0.9.4.tar.gz https://github.com/UoB-HPC/capstone/archive/Armv9.2-update/capstone-src.tar.gz https://github.com/jbeder/yaml-cpp/archive/refs/tags/yaml-cpp-0.7.0.tar.gz"
MD5SUM="2f249f7b38cc716cb13f1a5b41555b92 c837da9aad754299d9ee62007f428e76 74d646a3cc1b5d519829441db96744f0"
DOWNLOAD="https://github.com/UoB-HPC/SimEng/archive/0.9.4/SimEng-0.9.4.tar.gz \
https://github.com/UoB-HPC/capstone/archive/Armv9.2-update/capstone-Armv9.2-update.tar.gz \
https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.7.0/yaml-cpp-yaml-cpp-0.7.0.tar.gz"
MD5SUM="2f249f7b38cc716cb13f1a5b41555b92 \
c837da9aad754299d9ee62007f428e76 \
74d646a3cc1b5d519829441db96744f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""