multimedia/glyr: Use long-format github URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-02 16:30:44 -05:00 committed by Willy Sudiarto Raharjo
parent a30e560903
commit d252ca43fe
2 changed files with 7 additions and 9 deletions

View file

@ -24,6 +24,11 @@
# Now maintained by B. Watson <yalhcru@gmail.com>
# 20170302 bkw: use long-format github URL
# 20170121 bkw:
# - update for 1.0.10
# 20160817 bkw:
# - take over maintenance
# - update for 1.0.9
@ -32,9 +37,6 @@
# - add missing docs
# - make install/strip
# 20170121 bkw:
# - update for 1.0.10
PRGNAM=glyr
VERSION=${VERSION:-1.0.10}
BUILD=${BUILD:-1}
@ -74,11 +76,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
if [ -e $CWD/$VERSION.tar.gz ]; then
tar xvf $CWD/$VERSION.tar.gz
else
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
fi
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .

View file

@ -1,7 +1,7 @@
PRGNAM="glyr"
VERSION="1.0.10"
HOMEPAGE="https://github.com/sahib/glyr"
DOWNLOAD="https://github.com/sahib/glyr/archive/1.0.10.tar.gz"
DOWNLOAD="https://github.com/sahib/glyr/archive/1.0.10/glyr-1.0.10.tar.gz"
MD5SUM="85f5f8608bb78d4dd01c7170ea4c6997"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""