multimedia/aces_container: Fixed tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-08-11 21:17:08 +01:00 committed by Willy Sudiarto Raharjo
parent c3883b337a
commit 14dfbb5165
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ NOT included in this reference implementation:
You'll want this if you are working in an ACES workflow, in the motion
picture industry, and do not otherwise have anything to output to an
ACES file (for instance, if you are using ctlrender independently).
ACES file (for instance, if you are using ctlrender independently).

View File

@ -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 . \

View File

@ -1,7 +1,7 @@
PRGNAM="aces_container"
VERSION="1.0.1"
HOMEPAGE="http://www.oscars.org/aces"
DOWNLOAD="https://github.com/ampas/aces_container/archive/v1.0.1.tar.gz"
DOWNLOAD="https://github.com/ampas/aces_container/archive/v1.0.1/aces_container-1.0.1.tar.gz"
MD5SUM="8c7317267b9feed95187e19f7a573917"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""