summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:37 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:07:37 +0200
commitd332cfdcfd0abc9f7cd32b67cac0d8593e063cc6 (patch)
tree27d4b4a65d12d9f869ad0d838143fa960a8328ea /games
parent4be9dd90acfa5cdb5bdc62a9cef42c101a5bdcdf (diff)
downloadslackbuilds-d332cfdcfd0abc9f7cd32b67cac0d8593e063cc6.tar.gz
slackbuilds-d332cfdcfd0abc9f7cd32b67cac0d8593e063cc6.tar.xz
games/gnugo: Removed from 13.0 repository
Diffstat (limited to 'games')
-rw-r--r--games/gnugo/README7
-rw-r--r--games/gnugo/gnugo.SlackBuild62
-rw-r--r--games/gnugo/gnugo.info8
-rw-r--r--games/gnugo/slack-desc19
4 files changed, 0 insertions, 96 deletions
diff --git a/games/gnugo/README b/games/gnugo/README
deleted file mode 100644
index ea21969705..0000000000
--- a/games/gnugo/README
+++ /dev/null
@@ -1,7 +0,0 @@
-GNU Go is a free program that plays the game of Go.
-GNU Go has played thousands of games on the NNGS Go server. GNU Go is
-now also playing regularly on the Legend Go Server in Taiwan, on the
-WING server in Japan, and many volunteers run GNU Go clients on KGS.
-GNU Go has established itself as the leading non-commercial go program
-in the recent tournaments that it has taken part in.
-
diff --git a/games/gnugo/gnugo.SlackBuild b/games/gnugo/gnugo.SlackBuild
deleted file mode 100644
index ee6aad2d77..0000000000
--- a/games/gnugo/gnugo.SlackBuild
+++ /dev/null
@@ -1,62 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for gnugo
-
-# Written by Mark Saiia mark.saiia@gmail.com
-# Slightly modified by the SlackBuilds.org project
-
-set -e
-
-PRGNAM=gnugo
-VERSION=3.6
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-./configure \
- --prefix=/usr \
- --bindir=/usr/games \
- --sysconfdir=/etc \
- --localstatedir=/var
-
-make
-make install-strip DESTDIR=$PKG
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
-
-rm -f $PKG/usr/info/dir
-gzip -9 $PKG/usr/info/*.info*
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS COPYING INSTALL NEWS README THANKS TODO WINDOWS $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.tgz
diff --git a/games/gnugo/gnugo.info b/games/gnugo/gnugo.info
deleted file mode 100644
index 11a6988b6b..0000000000
--- a/games/gnugo/gnugo.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="gnugo"
-VERSION="3.6"
-HOMEPAGE="http://www.gnu.org/software/gnugo/gnugo.html"
-DOWNLOAD="http://ftp.gnu.org/gnu/gnugo/gnugo-3.6.tar.gz"
-MD5SUM="53abc7427d89d81155c8bfc8e005c47f"
-MAINTAINER="Mark Saiia"
-EMAIL="mark.saiia@gmail.com"
-APPROVED="BP{k}"
diff --git a/games/gnugo/slack-desc b/games/gnugo/slack-desc
deleted file mode 100644
index f68a2f5b57..0000000000
--- a/games/gnugo/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------------------------------------------------------|
-gnugo: GNU Go (free version of the game of Go)
-gnugo:
-gnugo: GNU Go has played thousands of games on the NNGS Go server. GNU Go is
-gnugo: now also playing regularly on the Legend Go Server in Taiwan, on the
-gnugo: WING server in Japan, and many volunteers run GNU Go clients on KGS.
-gnugo: GNU Go has established itself as the leading non-commercial go program
-gnugo: in the recent tournaments that it has taken part in.
-gnugo:
-gnugo:
-gnugo: http://www.gnu.org/software/gnugo/gnugo.html
-gnugo: