diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 15:22:51 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 15:22:51 -0500 |
commit | a75e88f18cc579f7141d4fe82dae9b68d38032b3 (patch) | |
tree | 36a816184fc556bfc91fcf58666eb681335ab475 /games | |
parent | d28a31146bc2bfe284c9547632fd50bb04059640 (diff) |
gmaes/toga2: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2009-September/004546.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/toga2/README | 4 | ||||
-rw-r--r-- | games/toga2/slack-desc | 19 | ||||
-rw-r--r-- | games/toga2/toga2.6.gz | bin | 1217 -> 0 bytes | |||
-rw-r--r-- | games/toga2/toga2.SlackBuild | 75 | ||||
-rw-r--r-- | games/toga2/toga2.info | 10 |
5 files changed, 0 insertions, 108 deletions
diff --git a/games/toga2/README b/games/toga2/README deleted file mode 100644 index aea81d3dbfd8..000000000000 --- a/games/toga2/README +++ /dev/null @@ -1,4 +0,0 @@ -Toga II is a Fruit 2.1 derivative. Fruit 2.1 is licensed under the GPL -v2 or later. The same applies to these ports. This is a UCI engine, -so you'll need to install an appropriate interface, such as Scid or -Knights, or Polyglot to use it with Xboard. diff --git a/games/toga2/slack-desc b/games/toga2/slack-desc deleted file mode 100644 index 03e018ecd41c..000000000000 --- a/games/toga2/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 ':'. - - |----hardy-ruler---------------------------------------------------------| -toga2: toga2 (Free chess engine) -toga2: -toga2: Toga II is a Fruit 2.1 derivative. Fruit 2.1 is licensed under the GPL -toga2: v2 or later. The same applies to these ports. This is a UCI engine, -toga2: so you'll need to install an appropriate interface, such Scid or -toga2: Knights, or Polyglot to use it with Xboard -toga2: -toga2: (http://alpha.uhasselt.be/Research/Algebra/Toga/) -toga2: -toga2: -toga2: diff --git a/games/toga2/toga2.6.gz b/games/toga2/toga2.6.gz Binary files differdeleted file mode 100644 index 48400e98b0dc..000000000000 --- a/games/toga2/toga2.6.gz +++ /dev/null diff --git a/games/toga2/toga2.SlackBuild b/games/toga2/toga2.SlackBuild deleted file mode 100644 index 1185d1c9e1cd..000000000000 --- a/games/toga2/toga2.SlackBuild +++ /dev/null @@ -1,75 +0,0 @@ -#!/bin/sh - -# Slackware build script for toga2 - -# Written by Marco Pessotto <melmothx@gmail.com> - -PRGNAM=toga2 -VERSION=${VERSION:-141SE_posix} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -# Automatically determine the architecture we're building on: -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i486 ;; - arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: - *) ARCH=$( uname -m ) ;; - esac -fi - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -mkdir -p $PRGNAM-$VERSION -cd $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd src # weird tarball -chmod -R u+w,go+r-w,a-s . -chown -R root:root . - -make CXXFLAGS="-pipe $SLKCFLAGS \ - -fno-exceptions -fno-rtti -Wall \ - -fstrict-aliasing -fomit-frame-pointer" -strip --strip-unneeded $PRGNAM -mkdir -p $PKG/usr/games -cp $PRGNAM $PKG/usr/games - -## Add the manpage (Thanks to Debian) -mkdir -p $PKG/usr/man/man6 -cat $CWD/$PRGNAM.6.gz > $PKG/usr/man/man6/$PRGNAM.6.gz - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - CHANGELOG COPYING copying.txt LICENSE readme.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/toga2/toga2.info b/games/toga2/toga2.info deleted file mode 100644 index b6e9c88f97e0..000000000000 --- a/games/toga2/toga2.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="toga2" -VERSION="141SE_posix" -HOMEPAGE="http://alpha.uhasselt.be/Research/Algebra/Toga" -DOWNLOAD="http://alpha.uhasselt.be/Research/Algebra/Toga/posix_versions/toga2-141SE_posix.tar.gz" -MD5SUM="25c8bc9c64ba375980d6ae981b745e31" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Marco Pessotto" -EMAIL="melmothx@gmail.com" -APPROVED="rworkman" |