desktop/grun: Switch to github.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0921b620e2
commit
08dab940c0
|
@ -23,6 +23,7 @@
|
|||
|
||||
PRGNAM=grun
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
SRCNAM=$(echo $VERSION | tr . _)
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -58,9 +59,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-release_$SRCNAM
|
||||
tar xvf $CWD/$PRGNAM-release_$SRCNAM.tar.gz
|
||||
cd $PRGNAM-release_$SRCNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -68,6 +69,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
autoreconf -fiv
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="grun"
|
||||
VERSION="0.9.3"
|
||||
HOMEPAGE="http://code.google.com/p/grun/"
|
||||
DOWNLOAD="http://grun.googlecode.com/files/grun-0.9.3.tar.gz"
|
||||
MD5SUM="7788783e5a18221ae591606075d3a8ee"
|
||||
HOMEPAGE="https://github.com/lrgc/grun"
|
||||
DOWNLOAD="https://github.com/lrgc/grun/archive/release_0_9_3/grub-release_0_9_3.tar.gz"
|
||||
MD5SUM="dd221f689c211e2ccfacf06bf24b14bc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue