diff options
-rw-r--r-- | games/scribble/README | 8 | ||||
-rw-r--r-- | games/scribble/scribble.SlackBuild | 55 | ||||
-rw-r--r-- | games/scribble/scribble.info | 10 | ||||
-rw-r--r-- | games/scribble/slack-desc | 19 |
4 files changed, 0 insertions, 92 deletions
diff --git a/games/scribble/README b/games/scribble/README deleted file mode 100644 index 304ffe91c9..0000000000 --- a/games/scribble/README +++ /dev/null @@ -1,8 +0,0 @@ -Scribble is a hybrid of crossword mentality, positional strategy, and -a true test of your language mastery, similar to the game Scrabble -by Hasbro. You start with a board that serves for the placement for -letter tiles. On the board there are specific squares that when used -can add to your score dramatically. These premium squares can double -or triple letter values. Some of these squares can even double or -triple your word scores! You must position yourself to grab the -squares and block your opponent from spelling out a "killer" word. diff --git a/games/scribble/scribble.SlackBuild b/games/scribble/scribble.SlackBuild deleted file mode 100644 index 49f1e78105..0000000000 --- a/games/scribble/scribble.SlackBuild +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/bash - -# Maintained by Gwenhael Le Moine <gwenhael.le.moine@gmail.com> - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=scribble -VERSION=${VERSION:-1.11_1} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -ARCH=noarch - -SRCVERS=$(printf $VERSION | tr _ -) - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $TMP/$PRGNAM $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP - -tar xf $CWD/${PRGNAM}_$SRCVERS.tar.gz -cd $PRGNAM -chown -R root:root * -find . -perm 777 -exec chmod 755 {} \; - -make prefix=$PKG/usr mandir=$PKG/usr/man -gzip -9 $PKG/usr/man/man6/scribble.6 - -# Racket also has a 'scribble' binary in /usr/bin -# Scribble's scribble is in /usr/games but Racket's steal its place in $PATH -( cd $PKG/usr/games/ ; ln -s scribble scribble-scrabble ) -( cd $PKG/usr/man/man6/ ; ln -s scribble.6.gz scribble-scrabble.6.gz ) - -chmod -R o-w $PKG -chown -R root:root $PKG - -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 diff --git a/games/scribble/scribble.info b/games/scribble/scribble.info deleted file mode 100644 index abdd7b6d38..0000000000 --- a/games/scribble/scribble.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="scribble" -VERSION="1.11_1" -HOMEPAGE="http://packages.debian.org/unstable/games/scribble" -DOWNLOAD="http://ftp.de.debian.org/debian/pool/main/s/scribble/scribble_1.11-1.tar.gz" -MD5SUM="73d958bc2d28708c1a5acc15f8e27b94" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Gwenhael Le Moine" -EMAIL="gwenhael.le.moine@gmail.com" diff --git a/games/scribble/slack-desc b/games/scribble/slack-desc deleted file mode 100644 index 06758f66e3..0000000000 --- a/games/scribble/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 ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -scribble: scribble (Popular CLI crossword game, similar to Scrabble) -scribble: -scribble: Scribble is a hybrid of crossword mentality, positional strategy, and -scribble: a true test of your language mastery, similar to the game Scrabble -scribble: by Hasbro. You start with a board that serves for the placement for -scribble: letter tiles. On the board there are specific squares that when used -scribble: can add to your score dramatically. These premium squares can double -scribble: or triple letter values. Some of these squares can even double or -scribble: triple your word scores! You must position yourself to grab the -scribble: squares and block your opponent from spelling out a "killer" word. -scribble: |