mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/libebur128: Fix tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
778859cb63
commit
a1d6ca1b58
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/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="libebur128"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="https://github.com/jiixyj/libebur128"
|
||||
DOWNLOAD="https://github.com/jiixyj/libebur128/archive/v1.1.0.tar.gz"
|
||||
DOWNLOAD="https://github.com/jiixyj/libebur128/archive/1.1.0/libebur128-1.1.0.tar.gz"
|
||||
MD5SUM="57d26947185e320bf73a1afeb0c301b5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue