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/liquidwar6.SlackBuild | |
parent | ba6d8b7b86206e4c9f26e1637addd3f8906b293e (diff) |
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/liquidwar6.SlackBuild')
-rw-r--r-- | games/liquidwar6/liquidwar6.SlackBuild | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/games/liquidwar6/liquidwar6.SlackBuild b/games/liquidwar6/liquidwar6.SlackBuild index 899015681ad7..ea3083750d66 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 |