mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
multimedia/svt-vp9: 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:
parent
285230d9f7
commit
8985a3b738
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf SVT-VP9-$VERSION
|
rm -rf SVT-VP9-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/SVT-VP9-$VERSION.tar.gz
|
||||||
cd SVT-VP9-$VERSION
|
cd SVT-VP9-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="svt-vp9"
|
PRGNAM="svt-vp9"
|
||||||
VERSION="0.3.0"
|
VERSION="0.3.0"
|
||||||
HOMEPAGE="https://01.org/sv"
|
HOMEPAGE="https://01.org/sv"
|
||||||
DOWNLOAD="https://github.com/OpenVisualCloud/SVT-VP9/archive/v0.3.0/svt-vp9-0.3.0.tar.gz"
|
DOWNLOAD="https://github.com/OpenVisualCloud/SVT-VP9/archive/v0.3.0/SVT-VP9-0.3.0.tar.gz"
|
||||||
MD5SUM="1490ef3d1ce01ff06fd289a0df46870f"
|
MD5SUM="1490ef3d1ce01ff06fd289a0df46870f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue