academic/engauge: Fixed tarball handling.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-11-09 14:34:56 +00:00 committed by David Spencer
parent 2c643e9385
commit 7e125cb016
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAMFILE-$VERSION
tar xvf $CWD/v$VERSION.tar.gz
tar xvf $CWD/$PRGNAMFILE-$VERSION.tar.gz
cd $PRGNAMFILE-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="engauge"
VERSION="9.5"
HOMEPAGE="http://markummitchell.github.io/engauge-digitizer/"
DOWNLOAD="https://github.com/markummitchell/engauge-digitizer/archive/v9.5.tar.gz"
DOWNLOAD="https://github.com/markummitchell/engauge-digitizer/archive/v9.5/engauge-digitizer-9.5.tar.gz"
MD5SUM="c45ee9b56796ba515901f9d9c05ecbc2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""