diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-05-29 17:30:14 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:08 -0500 |
commit | aec351c6d9bd348778aa1629e6fa802819493c20 (patch) | |
tree | 04e55c40fe6f53847934c24b7803d5d9ad8de3d0 /games/glestae | |
parent | e0a0a446249c0e00475529857731ade97f8f559c (diff) | |
download | slackbuilds-aec351c6d9bd348778aa1629e6fa802819493c20.tar.gz |
games/glestae: Updated for version 0.3.93.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/glestae')
-rw-r--r-- | games/glestae/glestae.SlackBuild | 4 | ||||
-rw-r--r-- | games/glestae/glestae.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/glestae/glestae.SlackBuild b/games/glestae/glestae.SlackBuild index 5387e89706..12f8573796 100644 --- a/games/glestae/glestae.SlackBuild +++ b/games/glestae/glestae.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=glestae -VERSION=0.3.2 +VERSION=0.3.93 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,7 @@ cd build -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ - -DBUILD_TYPE=Release .. + -DCMAKE_BUILD_TYPE=Release .. make VERBOSE=1 make install DESTDIR=$PKG diff --git a/games/glestae/glestae.info b/games/glestae/glestae.info index 0afaf2096c..222fb01366 100644 --- a/games/glestae/glestae.info +++ b/games/glestae/glestae.info @@ -1,8 +1,8 @@ PRGNAM="glestae" -VERSION="0.3.2" +VERSION="0.3.93" HOMEPAGE="http://sourceforge.net/apps/trac/glestae/" -DOWNLOAD="http://downloads.sourceforge.net/glestae/glestae-src-0.3.2.tar.bz2" -MD5SUM="73380f539ddd4c871f695120ba0bf27b" +DOWNLOAD="http://downloads.sourceforge.net/glestae/glestae-src-0.3.93.tar.bz2" +MD5SUM="83fec41c3c163dfb8437df93e98b5901" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" |