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:
parent
e572d26fb6
commit
7b791c8ac8
|
@ -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 . \
|
||||||
|
|
|
@ -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=""
|
||||||
|
|
Loading…
Reference in New Issue