From e7347573aace3e335df502197047d8d93631fefb Mon Sep 17 00:00:00 2001
From: Heinz Wiesinger <pprkut@slackbuilds.org>
Date: Thu, 13 May 2010 00:07:34 +0200
Subject: games/crossfire-client: Removed from 13.0 repository

---
 games/crossfire-client/README                      | 14 -----
 games/crossfire-client/crossfire-client.SlackBuild | 69 ----------------------
 games/crossfire-client/crossfire-client.info       |  8 ---
 games/crossfire-client/doinst.sh                   |  4 --
 games/crossfire-client/slack-desc                  | 19 ------
 5 files changed, 114 deletions(-)
 delete mode 100644 games/crossfire-client/README
 delete mode 100644 games/crossfire-client/crossfire-client.SlackBuild
 delete mode 100644 games/crossfire-client/crossfire-client.info
 delete mode 100644 games/crossfire-client/doinst.sh
 delete mode 100644 games/crossfire-client/slack-desc

diff --git a/games/crossfire-client/README b/games/crossfire-client/README
deleted file mode 100644
index 3443b650666a8..0000000000000
--- 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 806faa6dbd388..0000000000000
--- 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 a8049cd528690..0000000000000
--- 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 9ad0b734e04a4..0000000000000
--- 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 349066563d772..0000000000000
--- 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:
-- 
cgit v1.2.3