diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-15 22:52:09 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-15 22:52:09 -0300 |
commit | c5027f3395fb5833b8b8d8eb5ffde43ffb48d420 (patch) | |
tree | c870a363280301cacb9bcc9e8d97de1609bea15d /games/fizmo | |
parent | 1e2457e18cc4227664086d7dc890a21504750f9e (diff) | |
download | slackbuilds-c5027f3395fb5833b8b8d8eb5ffde43ffb48d420.tar.gz |
games/fizmo: Updated for version 0.7.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/fizmo')
-rw-r--r-- | games/fizmo/fizmo.SlackBuild | 10 | ||||
-rw-r--r-- | games/fizmo/fizmo.info | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/games/fizmo/fizmo.SlackBuild b/games/fizmo/fizmo.SlackBuild index 6daa21b748..a1729b37c0 100644 --- a/games/fizmo/fizmo.SlackBuild +++ b/games/fizmo/fizmo.SlackBuild @@ -4,10 +4,10 @@ # Written by B. Watson (yalhcru@gmail.com) -# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. +# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=fizmo -VERSION=${VERSION:-0.7.5} +VERSION=${VERSION:-0.7.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,11 +53,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# it wants to use pkg-config to find ncursesw, but Slack doesn't ship a -# ncursesw.pc. Manual override time. +# 0.7.7 finds ncursesw correctly now (it used to need a .pc file or +# configure overrides). -ncursesw_CFLAGS=-I/usr/include/curses \ -ncursesw_LIBS=-lncursesw \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/games/fizmo/fizmo.info b/games/fizmo/fizmo.info index d6e8248026..521c07b045 100644 --- a/games/fizmo/fizmo.info +++ b/games/fizmo/fizmo.info @@ -1,8 +1,8 @@ PRGNAM="fizmo" -VERSION="0.7.5" +VERSION="0.7.7" HOMEPAGE="http://spellbreaker.org/~chrender/fizmo/" -DOWNLOAD="http://spellbreaker.org/~chrender/fizmo/source/fizmo-0.7.5.tar.gz" -MD5SUM="304d5f72bc6a8dff2b6b23455b46b2a1" +DOWNLOAD="http://spellbreaker.org/~chrender/fizmo/source/fizmo-0.7.7.tar.gz" +MD5SUM="f4186067bbb4469af9128de0cf9ef5d2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |