diff options
author | B. Watson <yalhcru@gmail.com> | 2012-09-21 08:29:39 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-22 11:39:47 -0500 |
commit | 1b6cad5a31b339e7d6af82d1375b8bdd03fa70ef (patch) | |
tree | 1caa78a2a933674775dc14d8f54f4df8022b5912 /games/liquidwar6 | |
parent | ba6d8b7b86206e4c9f26e1637addd3f8906b293e (diff) | |
download | slackbuilds-1b6cad5a31b339e7d6af82d1375b8bdd03fa70ef.tar.gz |
games/liquidiwar6: Updated for version 0.0.13beta.
Note by ponce: previous commit actually only deleted a patch
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/liquidwar6')
-rw-r--r-- | games/liquidwar6/README | 7 | ||||
-rw-r--r-- | games/liquidwar6/liquidwar6.SlackBuild | 19 | ||||
-rw-r--r-- | games/liquidwar6/liquidwar6.info | 6 |
3 files changed, 9 insertions, 23 deletions
diff --git a/games/liquidwar6/README b/games/liquidwar6/README index 82b1e8904b..d30a10646a 100644 --- a/games/liquidwar6/README +++ b/games/liquidwar6/README @@ -6,10 +6,11 @@ be played with friends, on a single computer, on a LAN, or on Internet. If you'd like this package to include some extra game maps, get them from: -http://download.savannah.gnu.org/releases/liquidwar6/0.0.6beta/liquidwar6-extra-maps-0.0.6beta.tar.gz +http://download.savannah.gnu.org/releases/liquidwar6/0.0.13beta/liquidwar6-extra-maps-0.0.13beta.tar.gz Place the liquidwar6-extra-maps-0.0.6beta.tar.gz file in the same directory with liquidwar6.SlackBuild before building the package. -The documentation for liquidwar6 is pretty sparse. The liquidwar v5 -docs might be useful: http://www.ufoot.org/liquidwar/v5/doc +The documentation for liquidwar6 is installed as info pages, use +"info liquidwar6" to read. The liquidwar v5 docs might also be useful: +http://www.ufoot.org/liquidwar/v5/doc diff --git a/games/liquidwar6/liquidwar6.SlackBuild b/games/liquidwar6/liquidwar6.SlackBuild index 899015681a..ea3083750d 100644 --- a/games/liquidwar6/liquidwar6.SlackBuild +++ b/games/liquidwar6/liquidwar6.SlackBuild @@ -5,7 +5,7 @@ # Written by B. Watson (yalhcru@gmail.com) PRGNAM=liquidwar6 -VERSION=${VERSION:-0.0.9beta} +VERSION=${VERSION:-0.0.13beta} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,10 +51,6 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R a-s,u+w,go+r-w . -# liquidwar really ought to be using pkg-config to get the correct -l -# flags for sqlite3, but it doesn't. -patch -p1 < $CWD/sqlite_libdl.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ @@ -71,16 +67,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -# /usr/lib/ is hard-coded in too many places where --libdir gets -# ignored. On 64-bit arches, the libs should live in /usr/lib64, -# but the game will always look in /usr/lib -if [ -n "${LIBDIRSUFFIX}" ]; then - ( cd $PKG/usr/lib - mv $PRGNAM-$VERSION ../lib${LIBDIRSUFFIX} - ln -s ../lib${LIBDIRSUFFIX}/$PRGNAM-$VERSION $PRGNAM-$VERSION - ) -fi - gzip $PKG/usr/man/man6/$PRGNAM.6 ( cd $PKG/usr/man/man6 ; ln -s $PRGNAM.6.gz $SHORTNAM.6.gz ) ( cd $PKG/usr/games ; ln -s $PRGNAM $SHORTNAM ) @@ -96,8 +82,7 @@ rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/* # The package docs are just a skeleton, completely useless -# (the real docs are the info pages, although they're not all that -# useful either) +# (the real docs are the info pages) rm -rf $PKG/usr/share/doc mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/games/liquidwar6/liquidwar6.info b/games/liquidwar6/liquidwar6.info index 7e0bd56f15..57ef547924 100644 --- a/games/liquidwar6/liquidwar6.info +++ b/games/liquidwar6/liquidwar6.info @@ -1,8 +1,8 @@ PRGNAM="liquidwar6" -VERSION="0.0.9beta" +VERSION="0.0.13beta" HOMEPAGE="http://www.gnu.org/software/liquidwar6/" -DOWNLOAD="http://download.savannah.gnu.org/releases/liquidwar6/0.0.9beta/liquidwar6-0.0.9beta.tar.gz" -MD5SUM="0d110b3a20737aa01a144455054db586" +DOWNLOAD="http://ftp.gnu.org/gnu/liquidwar6/liquidwar6-0.0.13beta.tar.gz" +MD5SUM="22aa3eef3868a446bee7838fca8efc25" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |