From 979dc37d3a479feb58317a07078b91c0e6b3fc70 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 10 Nov 2013 08:00:57 +0100 Subject: games/fortune_doctor_who: Removed (source no longer available) Signed-off-by: Matteo Bernardini Signed-off-by: Robby Workman --- .../fortune_doctor_who.SlackBuild | 55 ---------------------- 1 file changed, 55 deletions(-) delete mode 100644 games/fortune_doctor_who/fortune_doctor_who.SlackBuild (limited to 'games/fortune_doctor_who/fortune_doctor_who.SlackBuild') diff --git a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild b/games/fortune_doctor_who/fortune_doctor_who.SlackBuild deleted file mode 100644 index 0bbdddb676..0000000000 --- a/games/fortune_doctor_who/fortune_doctor_who.SlackBuild +++ /dev/null @@ -1,55 +0,0 @@ -#!/bin/bash - -# Slackware build script for fortune_doctor_who - -# Written by B. Watson (yalhcru@gmail.com) - -# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. - -PRGNAM=fortune_doctor_who -VERSION=${VERSION:-20130410} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -ARCH=noarch - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -mkdir -p $PRGNAM-$VERSION -cd $PRGNAM-$VERSION - -mkdir -p $PKG/usr/share/games/fortunes - -# Upstream's files are zipped fortune files, except they have a trailing % -# as the last line, and some (but not all) have DOS-style CRLF endings. -# The "fmt -s" splits long lines (which is at least a start at de-uglifying -# the formatting). Someone really needs to manually clean it up, maybe I will -# someday. -for i in 01-08 09 10 11; do - unzip $CWD/Doctor_Who$i-quotes.zip - sed 's/\r//' Doctor_Who$i.txt | fmt -s >> $PKG/usr/share/games/fortunes/doctor_who -done - -# Get rid of trailing % from last file (to avoid an empty fortune). -sed -i '$d' $PKG/usr/share/games/fortunes/doctor_who - -( cd $PKG/usr/share/games/fortunes && strfile doctor_who ) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README -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} -- cgit v1.2.3