libraries/libbtbb: Fix tarball handling.

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-02-04 18:14:22 +13:00 committed by Willy Sudiarto Raharjo
parent e572d26fb6
commit 7b791c8ac8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View File

@ -69,8 +69,8 @@ set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-${VERSION//./-}
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz tar xvf $CWD/$PRGNAM-${VERSION//./-}.tar.gz
cd $PRGNAM-${VERSION//./-} cd $PRGNAM-${VERSION//./-}
chown -R root:root . chown -R root:root .
find -L . \ find -L . \

View File

@ -1,7 +1,7 @@
PRGNAM="libbtbb" PRGNAM="libbtbb"
VERSION="2020.12.R1" VERSION="2020.12.R1"
HOMEPAGE="https://github.com/greatscottgadgets/libbtbb" HOMEPAGE="https://github.com/greatscottgadgets/libbtbb"
DOWNLOAD="https://github.com/greatscottgadgets/libbtbb/archive/2020-12-R1/libbtbb-2020.12.R1.tar.gz" DOWNLOAD="https://github.com/greatscottgadgets/libbtbb/archive/2020-12-R1/libbtbb-2020-12-R1.tar.gz"
MD5SUM="d1c01829b1f32926065e72095641a6be" MD5SUM="d1c01829b1f32926065e72095641a6be"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""