summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-26 21:08:06 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-26 21:08:06 +0700
commit08dab940c0ee1833390988b646928680d8c7728c (patch)
treef078238e5c582be30658ad4a122cfbcb9ab82ad8 /desktop
parent0921b620e23ac92cd398bd62fe80521f33d49bc2 (diff)
downloadslackbuilds-08dab940c0ee1833390988b646928680d8c7728c.tar.gz
slackbuilds-08dab940c0ee1833390988b646928680d8c7728c.tar.xz
desktop/grun: Switch to github.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/grun/grun.SlackBuild8
-rw-r--r--desktop/grun/grun.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/desktop/grun/grun.SlackBuild b/desktop/grun/grun.SlackBuild
index e8e53025b8..36b43acc37 100644
--- a/desktop/grun/grun.SlackBuild
+++ b/desktop/grun/grun.SlackBuild
@@ -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 \
diff --git a/desktop/grun/grun.info b/desktop/grun/grun.info
index 7d7d724639..1501bf799a 100644
--- a/desktop/grun/grun.info
+++ b/desktop/grun/grun.info
@@ -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=""