multimedia/aces-dev: Fixed tarball handling.

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

View file

@ -32,7 +32,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-dev"
VERSION="1.0.2"
HOMEPAGE="http://www.oscars.org/science-technology/sci-tech-projects/aces"
DOWNLOAD="https://github.com/ampas/aces-dev/archive/v1.0.2.tar.gz"
DOWNLOAD="https://github.com/ampas/aces-dev/archive/v1.0.2/aces-dev-1.0.2.tar.gz"
MD5SUM="66af1b9098515b9ca4d15560bf486214"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""