diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-15 03:44:19 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:29 +0700 |
commit | d5aa50fa425bc3d13a6c33f2afdb8ef77a863060 (patch) | |
tree | b9ef0119603609d775acaffa7f5dbdfb2c7494d9 /games/ostrichriders | |
parent | 928a14e521fbc5b755bcf8126d07ae93ed1c6a35 (diff) | |
download | slackbuilds-d5aa50fa425bc3d13a6c33f2afdb8ef77a863060.tar.gz |
games/ostrichriders: Updated for version 0.6.4.
Diffstat (limited to 'games/ostrichriders')
-rw-r--r-- | games/ostrichriders/ostrichriders.SlackBuild | 14 | ||||
-rw-r--r-- | games/ostrichriders/ostrichriders.info | 6 |
2 files changed, 8 insertions, 12 deletions
diff --git a/games/ostrichriders/ostrichriders.SlackBuild b/games/ostrichriders/ostrichriders.SlackBuild index 67824ba46b..288c3c3521 100644 --- a/games/ostrichriders/ostrichriders.SlackBuild +++ b/games/ostrichriders/ostrichriders.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=ostrichriders -VERSION=${VERSION:-0.6.3} +VERSION=${VERSION:-0.6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -58,11 +58,11 @@ rm -f data/mods/sandbox/media/Thumbs.db \ data/mods/*/"scores (copie).dat" # SBo's SFML doesn't ship a .pc file for pkg-config, so do it the hard -# way. Also, BINDIR and prefix are used in a nonstandard way. -Wl,-s -# strips the binary. +# way. -Wl,-s strips the binary. -make prefix=$PKG \ - BINDIR=$PKG/usr/games \ +make PREFIX=/usr \ + BINDIR=/usr/games \ + DESTDIR=$PKG \ ADD_CFLAGS="$SLKCFLAGS" \ ADD_LDFLAGS="-Wl,-s \ -L/usr/lib$LIBDIRSUFFIX \ @@ -74,13 +74,9 @@ make prefix=$PKG \ all \ install -# Binary is named in MixedCase, symlink to lowercase for convenience. -ln -s OstrichRiders $PKG/usr/games/$PRGNAM - # man page written for this build (if nothing else, I need the practice). mkdir -p $PKG/usr/man/man6 gzip -9c < $CWD/$PRGNAM.6 > $PKG/usr/man/man6/$PRGNAM.6.gz -ln -s $PRGNAM.6.gz $PKG/usr/man/man6/OstrichRiders.6.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENCE README html/* $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/games/ostrichriders/ostrichriders.info b/games/ostrichriders/ostrichriders.info index 6fe2a83300..5fb1075f22 100644 --- a/games/ostrichriders/ostrichriders.info +++ b/games/ostrichriders/ostrichriders.info @@ -1,8 +1,8 @@ PRGNAM="ostrichriders" -VERSION="0.6.3" +VERSION="0.6.4" HOMEPAGE="http://identicalsoftware.com/ostrichriders/" -DOWNLOAD="http://identicalsoftware.com/ostrichriders/ostrichriders-0.6.3.tgz" -MD5SUM="f0d18891f68d08326c973a3c1d92eea6" +DOWNLOAD="http://identicalsoftware.com/ostrichriders/ostrichriders-0.6.4.tgz" +MD5SUM="604db8c30b6c1bf735a92ba729d14353" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SFML" |