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