mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/freedroidrpg: Updated for version 0.15.1.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
c064880ae9
commit
9abdf95a2a
3 changed files with 20 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue