From 9abdf95a2af05f82627517ba6a57f1250143965b Mon Sep 17 00:00:00 2001 From: JK Wood Date: Sun, 2 Dec 2012 19:01:29 +0100 Subject: games/freedroidrpg: Updated for version 0.15.1. Signed-off-by: Heinz Wiesinger --- games/freedroidrpg/README | 10 +++++----- games/freedroidrpg/freedroidrpg.SlackBuild | 15 +++++++++++---- games/freedroidrpg/freedroidrpg.info | 8 ++++---- 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 -# 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" -- cgit v1.2.3