mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/gargoyle: Move to GitHub.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a388b45d0
commit
4581dfcbb1
2 changed files with 4 additions and 4 deletions
|
@ -43,8 +43,8 @@ mkdir -p $TMP $PKG $OUTPUT
|
|||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
mkdir $PRGNAM-$VERSION
|
||||
unzip $CWD/$PRGNAM-$VERSION-sources.zip -d $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/stable-${VERSION}.tar.gz
|
||||
cd garglk-stable-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gargoyle"
|
||||
VERSION="2011.1"
|
||||
HOMEPAGE="http://ccxvii.net/gargoyle/"
|
||||
DOWNLOAD="http://garglk.googlecode.com/files/gargoyle-2011.1-sources.zip"
|
||||
MD5SUM="41b91504ff237f132b761fa3c66d416a"
|
||||
DOWNLOAD="https://github.com/garglk/garglk/archive/stable-2011.1.tar.gz"
|
||||
MD5SUM="3587033d27a2a64618302640b1667902"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL_sound jam linux-libertine-fonts smpeg"
|
||||
|
|
Loading…
Reference in a new issue