diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-06-02 19:47:45 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:13 -0500 |
commit | 51a4f7a567abc5093dded89c0a267b267755bc0f (patch) | |
tree | 32d6372c31978c1d36c9c95a930e9ae1c3990ac0 /games/megaglest | |
parent | 68c101fa7760c99a589a6f0c47d188449a263b6f (diff) | |
download | slackbuilds-51a4f7a567abc5093dded89c0a267b267755bc0f.tar.gz |
games/megaglest: Updated for version 3.6.0.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/megaglest')
-rw-r--r-- | games/megaglest/README | 14 | ||||
-rw-r--r-- | games/megaglest/megaglest.SlackBuild | 5 | ||||
-rw-r--r-- | games/megaglest/megaglest.info | 14 | ||||
-rw-r--r-- | games/megaglest/slack-desc | 2 |
4 files changed, 19 insertions, 16 deletions
diff --git a/games/megaglest/README b/games/megaglest/README index 5b685239a3..edacb0083b 100644 --- a/games/megaglest/README +++ b/games/megaglest/README @@ -1,8 +1,8 @@ -MegaGlest is a free and open source 3D real-time strategy game -where you control the armies of one of seven different factions: -Tech, Magic, Egyptians, Indians, Norsemen, Persian or Romans. -The game is setup in one of 16 naturally looking settings, which -(like the unit models) are crafted with great appreciation for detail. +MegaGlest is a free and open source 3D real-time strategy game where you control +the armies of one of seven different factions: Tech, Magic, Egyptians, Indians, +Norsemen, Persian or Romans. The game is setup in one of 16 naturally looking +settings, which (like the unit models) are crafted with great appreciation for +detail. -This requires xerces-c, OpenAL, lua, ftgl and wxGTK/wxPython; it can -optionally use libircclient and miniupnpc. +This requires xerces-c, OpenAL, lua, ftgl and wxGTK/wxPython. Megaglest can +optionally use libircclient and miniupnpc. For manpages install help2man. diff --git a/games/megaglest/megaglest.SlackBuild b/games/megaglest/megaglest.SlackBuild index 71911f5275..cc2e578328 100644 --- a/games/megaglest/megaglest.SlackBuild +++ b/games/megaglest/megaglest.SlackBuild @@ -5,7 +5,7 @@ # Written by Larry Hajali <larryhaj[at]gmail[dot]com> PRGNAM=megaglest -VERSION=${VERSION:-3.6.0.1} +VERSION=${VERSION:-3.6.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,6 +47,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCDIR tar xvf $CWD/$PRGNAM-source-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-source-embedded-$VERSION.tar.xz tar xvf $CWD/$PRGNAM-data-$VERSION.tar.xz -C $SRCDIR cd $SRCDIR find . -type l -exec rm -f '{}' \; @@ -88,7 +89,7 @@ cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -find $PKG/usr/man -type f -exec gzip -9 {} \; +[ -d "$PKG/usr/man" ] && gzip -9 $PKG/usr/man/man?/*.? mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/games/megaglest/megaglest.info b/games/megaglest/megaglest.info index 4f928b2480..84c39d48d0 100644 --- a/games/megaglest/megaglest.info +++ b/games/megaglest/megaglest.info @@ -1,12 +1,14 @@ PRGNAM="megaglest" -VERSION="3.6.0" +VERSION="3.6.0.3" HOMEPAGE="http://megaglest.org/" -DOWNLOAD="http://downloads.sourceforge.net/megaglest/megaglest-source-3.6.0.1.tar.xz \ - http://downloads.sourceforge.net/megaglest/megaglest-data-3.6.0.1.tar.xz" -MD5SUM="099a35b97e101aa2b8facf144a5d96c8 \ - a7c873fac354f9827a2017382ff671eb" +DOWNLOAD="http://downloads.sourceforge.net/megaglest/megaglest-source-3.6.0.3.tar.xz \ + http://downloads.sourceforge.net/megaglest/megaglest-data-3.6.0.3.tar.xz \ + http://downloads.sourceforge.net/megaglest/megaglest-source-embedded-3.6.0.3.tar.xz" +MD5SUM="5a4a2429435031d9f9cc5d9535a9de9d \ + 63f360b52ad000af3fc71c33fc52106a \ + 200be8b61dbe3a9a2c1aaa008e3dc432" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Larry Hajali" EMAIL="larryhaja[at]gmail[dot]com" -APPROVED="rworkman" +APPROVED="dsomero" diff --git a/games/megaglest/slack-desc b/games/megaglest/slack-desc index d1b398bbd1..fa038836a7 100644 --- a/games/megaglest/slack-desc +++ b/games/megaglest/slack-desc @@ -7,7 +7,7 @@ |-----handy-ruler------------------------------------------------------| megaglest: megaglest (3D RTS Game) -megaglest: +megaglest: megaglest: MegaGlest is a free and open source 3D real-time strategy (RTS) game, megaglest: where you control the armies of one of seven different factions: Tech, megaglest: Magic, Egyptians, Indians, Norsemen, Persian or Romans. The game is |