diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:41 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:07:41 +0200 |
commit | 2f773b2e58f5407461c980c61bb40000c33c3362 (patch) | |
tree | 23104ac2310504f14304bb6e5e464b4d725e68cd /games | |
parent | 93f62de2b401cab56a3d4a58b26ce3b2d35405ee (diff) | |
download | slackbuilds-2f773b2e58f5407461c980c61bb40000c33c3362.tar.gz |
games/qgo: Removed from 13.0 repository
Diffstat (limited to 'games')
-rw-r--r-- | games/qgo/README | 5 | ||||
-rw-r--r-- | games/qgo/qgo.SlackBuild | 53 | ||||
-rw-r--r-- | games/qgo/qgo.info | 8 | ||||
-rw-r--r-- | games/qgo/slack-desc | 19 |
4 files changed, 0 insertions, 85 deletions
diff --git a/games/qgo/README b/games/qgo/README deleted file mode 100644 index 4b0d1010a2..0000000000 --- a/games/qgo/README +++ /dev/null @@ -1,5 +0,0 @@ -qGo is a Go client and editor written with the Qt library. -qGo is a Go board, SGF editor and client for IGS/NNGS or similar -servers. Go is an ancient boardgame, very common in Japan, China and -Korea. qGo can serve as a GUI for gnugo. - diff --git a/games/qgo/qgo.SlackBuild b/games/qgo/qgo.SlackBuild deleted file mode 100644 index a6f8698136..0000000000 --- a/games/qgo/qgo.SlackBuild +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh - -# Slackware build script for qgo - -# Written by Mark Saiia mark.saiia@gmail.com - -set -e - -PRGNAM=qgo -VERSION=1.5.3 -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 - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING NEWS README TODO $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/qgo/qgo.info b/games/qgo/qgo.info deleted file mode 100644 index e66ca3dd18..0000000000 --- a/games/qgo/qgo.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="qgo" -VERSION="1.5.3" -HOMEPAGE="http://qgo.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/qgo/qgo-1.5.3.tar.gz" -MD5SUM="61c69181e64040f68d539c475e1be6bd" -MAINTAINER="Mark Saiia" -EMAIL="mark.saiia@gmail.com" -APPROVED="BP{k}" diff --git a/games/qgo/slack-desc b/games/qgo/slack-desc deleted file mode 100644 index 41b0ab912d..0000000000 --- a/games/qgo/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------------------------------------------------------| -qgo: qGo (Go client and editor written with the Qt library) -qgo: -qgo: qGo is a Go board, SGF editor and client for IGS/NNGS or similar -qgo: servers. Go is an ancient boardgame, very common in Japan, China and -qgo: Korea. qGo can serve as a GUI for gnugo. -qgo: -qgo: http://qgo.sourceforge.net/ -qgo: -qgo: -qgo: -qgo: |