diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-08-07 17:24:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 735bb6413fe69d45e362de3499637f841e9bfe6d (patch) | |
tree | a215141080fd36431aed5b716f1a6fe480d56ad4 /games/frogatto | |
parent | d6a5c1ff6f082053aaba52f6f7082d8cf4ed36f8 (diff) | |
download | slackbuilds-735bb6413fe69d45e362de3499637f841e9bfe6d.tar.gz |
games/frogatto: Updated for version 1.3.1.
Fixes build failure on -current.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'games/frogatto')
-rw-r--r-- | games/frogatto/frogatto.SlackBuild | 10 | ||||
-rw-r--r-- | games/frogatto/frogatto.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/frogatto/frogatto.SlackBuild b/games/frogatto/frogatto.SlackBuild index 6790379517..a33cebcbe5 100644 --- a/games/frogatto/frogatto.SlackBuild +++ b/games/frogatto/frogatto.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=frogatto -VERSION=1.1.1 +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* || tar xvf $CWD/$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -85,8 +85,8 @@ mkdir -p $PKG/usr/libexec/frogatto mv game $PKG/usr/libexec/frogatto mkdir -p $PKG/usr/share/frogatto -mv data images music sounds $PKG/usr/share/frogatto -mv locale $PKG/usr/share +mv modules/frogatto/{data,images,music,sounds} $PKG/usr/share/frogatto +mv modules/frogatto/locale $PKG/usr/share mkdir -p $PKG/usr/bin cat $CWD/frogatto.wrapper > $PKG/usr/bin/frogatto @@ -110,7 +110,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - CHANGELOG FONT_GENERATION INSTALL LICENSE \ + FONT_GENERATION INSTALL LICENSE modules/frogatto/CHANGELOG \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/frogatto/frogatto.info b/games/frogatto/frogatto.info index 1a03363d85..9e9abbe51a 100644 --- a/games/frogatto/frogatto.info +++ b/games/frogatto/frogatto.info @@ -1,8 +1,8 @@ PRGNAM="frogatto" -VERSION="1.1.1" +VERSION="1.3.1" HOMEPAGE="http://www.frogatto.com/" -DOWNLOAD="http://www.frogatto.com/files/frogatto-1.1.1.tar.bz2" -MD5SUM="bf5a2ee4c3254a424766895ff250758b" +DOWNLOAD="https://github.com/frogatto/frogatto/archive/1.3.1.tar.gz" +MD5SUM="f3206fbe1395ea2878092fbd4ed2c591" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |