summaryrefslogtreecommitdiffstats
path: root/games/freedroidrpg
diff options
context:
space:
mode:
Diffstat (limited to 'games/freedroidrpg')
-rw-r--r--games/freedroidrpg/README10
-rw-r--r--games/freedroidrpg/freedroidrpg.SlackBuild15
-rw-r--r--games/freedroidrpg/freedroidrpg.info8
3 files changed, 20 insertions, 13 deletions
diff --git a/games/freedroidrpg/README b/games/freedroidrpg/README
index c91b065249..bca864260a 100644
--- a/games/freedroidrpg/README
+++ b/games/freedroidrpg/README
@@ -1,6 +1,6 @@
-FreedroidRPG is a mature open source sci-fi isometric role playing game.
-It strives at providing an immersive ambience backed by refined graphics
-and music tracks. Besides the hack'n'slash action phases, dialogs with
-dozens of NPCs take care of storytelling. The player can fight with
-melee or ranged weapons, take control of his enemies by hacking, and
+FreedroidRPG is a mature open source sci-fi isometric role playing game.
+It strives at providing an immersive ambience backed by refined graphics
+and music tracks. Besides the hack'n'slash action phases, dialogs with
+dozens of NPCs take care of storytelling. The player can fight with
+melee or ranged weapons, take control of his enemies by hacking, and
remotely execute code on enemy robots.
diff --git a/games/freedroidrpg/freedroidrpg.SlackBuild b/games/freedroidrpg/freedroidrpg.SlackBuild
index 2c01d89d62..c588cab3dd 100644
--- a/games/freedroidrpg/freedroidrpg.SlackBuild
+++ b/games/freedroidrpg/freedroidrpg.SlackBuild
@@ -3,11 +3,11 @@
# Slackbuild for freedroidrpg
# Written by JK Wood <joshuakwood@gmail.com>
-# This script is released under the Dog-on-Fire License:
+# Slackbuild is released under the Dog-on-Fire License:
# If use of this script causes your dog to catch on fire,
# you agree to send me five dollars. Or a picture
# of the dog on fire.
-# Otherwise, you're on your own. I've tested it
+# Otherwise, you're on your own. I've tested the script
# on my own computer, and it hasn't broken anything.
# So if it does it on your computer, that falls in
# the realm of "Not my problem."
@@ -17,10 +17,15 @@
# wrong and prevent it from happening in the future.
# In which case, I may just send YOU five dollars.
+# Oh, and feel free to copy it and modify it as you
+# see fit. Or as I see fit. Or as I fit. Although
+# that is unlikely, as I am rather tall.
+
# Modified by the SlackBuilds.org project.
PRGNAM=freedroidrpg
-VERSION=0.14.1
+SRCNAM=freedroidRPG
+VERSION=0.15.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -54,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
@@ -80,6 +85,8 @@ make install DESTDIR=$PKG
find $PKG | xargs 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 {} \;
+
mkdir -p $PKG/usr/share/applications
cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
diff --git a/games/freedroidrpg/freedroidrpg.info b/games/freedroidrpg/freedroidrpg.info
index f4dff0c930..5d49e0de8e 100644
--- a/games/freedroidrpg/freedroidrpg.info
+++ b/games/freedroidrpg/freedroidrpg.info
@@ -1,10 +1,10 @@
PRGNAM="freedroidrpg"
-VERSION="0.14.1"
+VERSION="0.15.1"
HOMEPAGE="http://freedroid.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/freedroid/freedroidrpg-0.14.1.tar.gz"
-MD5SUM="a71c36c0f0c8ce316852d2826357bc01"
+DOWNLOAD="http://downloads.sourceforge.net/freedroid/freedroidRPG-0.15.1.tar.gz"
+MD5SUM="b95ea6abae46bea6ee3ace9a1902f682"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="SDL_gfx"
MAINTAINER="JK Wood"
EMAIL="joshuakwood@gmail.com"