development/oneDPL: Fix github tarball handling.

https://slackbuilds.org/GITHUB_URLs.txt

This avoids having differently named tarballs and src
directories.

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 23:27:51 +09:00 committed by Willy Sudiarto Raharjo
parent 2015c46b14
commit 0abbd3d12a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,7 +1,7 @@
PRGNAM="oneDPL"
VERSION="2021.7.0"
HOMEPAGE="https://www.oneapi.io"
DOWNLOAD="https://github.com/oneapi-src/oneDPL/archive/oneDPL-2021.7.0-release/oneDPL-2021.7.0-release.tar.gz"
DOWNLOAD="https://github.com/oneapi-src/oneDPL/archive/oneDPL-2021.7.0-release/oneDPL-oneDPL-2021.7.0-release.tar.gz"
MD5SUM="fecd1a380642d215c1105884e59434b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""