multimedia/aces_container: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
c3883b337a
commit
14dfbb5165
|
@ -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).
|
||||
|
|
|
@ -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="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=""
|
||||
|
|
Loading…
Reference in New Issue