summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:34 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:34 +0200
commite7347573aace3e335df502197047d8d93631fefb (patch)
treeba2b955f9fd126d5d6e36804dea122e4dff9ecaa /games
parent2cc4c5d22da01f5bd6d3157f6de51a53f67e3d48 (diff)
downloadslackbuilds-e7347573aace3e335df502197047d8d93631fefb.tar.gz
slackbuilds-e7347573aace3e335df502197047d8d93631fefb.tar.xz
games/crossfire-client: Removed from 13.0 repository
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-client/README14
-rw-r--r--games/crossfire-client/crossfire-client.SlackBuild69
-rw-r--r--games/crossfire-client/crossfire-client.info8
-rw-r--r--games/crossfire-client/doinst.sh4
-rw-r--r--games/crossfire-client/slack-desc19
5 files changed, 0 insertions, 114 deletions
diff --git a/games/crossfire-client/README b/games/crossfire-client/README
deleted file mode 100644
index 3443b65066..0000000000
--- a/games/crossfire-client/README
+++ /dev/null
@@ -1,14 +0,0 @@
-Crossfire is an open source, cooperative multiplayer graphical RPG and
-adventure game. Since its initial release, Crossfire has grown to encompass
-over 150 monsters, about 3000 maps to explore, an elaborate magic system,
-13 races, 15 character classes, a system of skills, and many artifacts and
-treasures. Crossfire is based in a medieval fantasy world and is similar to
-other games of this genre.
-
-NOTE: If you have GTK+2 installed, the GTK+2 (gcfclient2) client will be
-built. This client is still "experimental". While it should be fine to use,
-it isn't as well tested and isn't as stable as the GTK+1 (gcfclient) or CF
-(cfclient) clients. With respect to this, the Crossfire menu entry will
-launch gcfclient instead of gcfclient2. This can be changed with a simple
-modification to the /usr/share/applications/crossfire-client.desktop file
-after installing the package - change the "Exec" line.
diff --git a/games/crossfire-client/crossfire-client.SlackBuild b/games/crossfire-client/crossfire-client.SlackBuild
deleted file mode 100644
index 806faa6dbd..0000000000
--- a/games/crossfire-client/crossfire-client.SlackBuild
+++ /dev/null
@@ -1,69 +0,0 @@
-#!/bin/sh
-
-## Written by hollywoodb (hollywoodb@fastmail.fm)
-
-## Feel free to use, modify, redistribute this script.
-## If you make changes please modify the "Written by"
-## so that I don't recieve emails about a script I
-## did not write. Thanks.
-
-# Modified by the SlackBuilds.org project
-
-set -e
-
-NAME=crossfire-client
-VERSION=1.9.1
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=${PKG:-$TMP/package-$NAME}
-OUTPUT=${OUTPUT:-/tmp}
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $NAME-$VERSION
-tar zxvf $CWD/$NAME-$VERSION.tar.gz
-cd $NAME-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --exec-prefix=/usr \
- --bindir=/usr/games \
- --disable-debug \
- --enable-gtk \
- --enable-sdl
-
-make
-make install-strip DESTDIR=$PKG
-
-find $PKG/usr/man -type f -exec gzip -9 {} \;
-for i in $(find $PKG/usr/man -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-
-mkdir -p $PKG/usr/share/{pixmaps,applications}
-install -m 0644 pixmaps/48x48.png $PKG/usr/share/pixmaps/crossfire-client.png
-install -m 0644 gtk/crossfire-client.desktop $PKG/usr/share/applications/
-
-mkdir -p $PKG/usr/doc/$NAME-$VERSION
-cp -a AUTHORS COPYING ChangeLog INSTALL License NEWS NOTES README TODO \
- $PKG/usr/doc/$NAME-$VERSION
-cat $CWD/$NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild
-
-mkdir -pv $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
-
-cd $PKG
-/sbin/makepkg -l y -c n -p $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/games/crossfire-client/crossfire-client.info b/games/crossfire-client/crossfire-client.info
deleted file mode 100644
index a8049cd528..0000000000
--- a/games/crossfire-client/crossfire-client.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="crossfire-client"
-VERSION="1.9.1"
-HOMEPAGE="http://crossfire.real-time.com/"
-DOWNLOAD="http://downloads.sourceforge.net/crossfire/crossfire-client-1.9.1.tar.gz"
-MD5SUM="e7084c22c1f2074c95fe34331ac2ceae"
-MAINTAINER="hollywoodb"
-EMAIL="hollywoodb@fastmail.fm"
-APPROVED="rworkman"
diff --git a/games/crossfire-client/doinst.sh b/games/crossfire-client/doinst.sh
deleted file mode 100644
index 9ad0b734e0..0000000000
--- a/games/crossfire-client/doinst.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ -x usr/bin/update-desktop-database ]; then
- ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1
-fi
-
diff --git a/games/crossfire-client/slack-desc b/games/crossfire-client/slack-desc
deleted file mode 100644
index 349066563d..0000000000
--- a/games/crossfire-client/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-crossfire-client: crossfire-client (client for Crossfire multiplayer RPG)
-crossfire-client:
-crossfire-client: Crossfire is an open source, cooperative multiplayer
-crossfire-client: graphical RPG and adventure game. Since its initial release,
-crossfire-client: Crossfire has grown to encompass over 150 monsters, about
-crossfire-client: 3000 maps to explore, an elaborate magic system, 13 races,
-crossfire-client: 15 character classes, a system of skills, and many artifacts
-crossfire-client: and treasures. Crossfire is based in a medieval fantasy
-crossfire-client: world and is similar to other games of this genre.
-crossfire-client:
-crossfire-client: