From fa40eb3d306cada6a7d06c40aab779a93ff9769d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Jan 2012 22:58:47 -0600 Subject: games/doom_shareware_data: Added (game data from the shareware Doom) Signed-off-by: Robby Workman --- games/doom_shareware_data/README | 5 +++ .../doom_shareware_data.SlackBuild | 51 ++++++++++++++++++++++ games/doom_shareware_data/doom_shareware_data.info | 10 +++++ games/doom_shareware_data/slack-desc | 19 ++++++++ 4 files changed, 85 insertions(+) create mode 100644 games/doom_shareware_data/README create mode 100644 games/doom_shareware_data/doom_shareware_data.SlackBuild create mode 100644 games/doom_shareware_data/doom_shareware_data.info create mode 100644 games/doom_shareware_data/slack-desc diff --git a/games/doom_shareware_data/README b/games/doom_shareware_data/README new file mode 100644 index 0000000000..33a1103195 --- /dev/null +++ b/games/doom_shareware_data/README @@ -0,0 +1,5 @@ +Game data from the shareware release of Doom (doom1.wad, v1.9). Includes +only the first episode of the game. + +You'll need a Doom engine to use this. Currently slackbuilds.org offers +zdoom, prboom, prboom-plus, odamex, and skulltag. diff --git a/games/doom_shareware_data/doom_shareware_data.SlackBuild b/games/doom_shareware_data/doom_shareware_data.SlackBuild new file mode 100644 index 0000000000..f2c63a7400 --- /dev/null +++ b/games/doom_shareware_data/doom_shareware_data.SlackBuild @@ -0,0 +1,51 @@ +#!/bin/sh + +# Slackware build script for doom_shareware_data + +# Written by B. Watson (yalhcru@gmail.com) + +PRGNAM=doom_shareware_data +VERSION=${VERSION:-1.9} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +ARCH=noarch + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +mkdir -p $PRGNAM-$VERSION +cd $PRGNAM-$VERSION +unzip $CWD/doom19s.zip +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \; + +# Zip file is split into 2 chunks +cat DOOMS_19.1 DOOMS_19.2 > doom.zip +unzip doom.zip +mkdir -p $PKG/usr/share/games/doom +install -m0644 DOOM1.WAD $PKG/usr/share/games/doom/doom1.wad + +# Keep the Doom FAQ, but ditch the archaic DOS-specific docs. +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +sed 's/\r//' DMFAQ*TXT > $PKG/usr/doc/$PRGNAM-$VERSION/doomfaq-v6_666.txt + +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/doom_shareware_data/doom_shareware_data.info b/games/doom_shareware_data/doom_shareware_data.info new file mode 100644 index 0000000000..ef42bf25a6 --- /dev/null +++ b/games/doom_shareware_data/doom_shareware_data.info @@ -0,0 +1,10 @@ +PRGNAM="doom_shareware_data" +VERSION="1.9" +HOMEPAGE="ftp://ftp.idsoftware.com/idstuff/doom/doom19s.txt" +DOWNLOAD="ftp://ftp.idsoftware.com/idstuff/doom/doom19s.zip" +MD5SUM="244d181457c9be5f28b91b488e67e042" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="B. Watson" +EMAIL="yalhcru@gmail.com" +APPROVED="rworkman" diff --git a/games/doom_shareware_data/slack-desc b/games/doom_shareware_data/slack-desc new file mode 100644 index 0000000000..92aa596e1e --- /dev/null +++ b/games/doom_shareware_data/slack-desc @@ -0,0 +1,19 @@ +# 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------------------------------------------------------| +doom_shareware_data: doom_shareware_data (game data from the shareware Doom release) +doom_shareware_data: +doom_shareware_data: Game data from the shareware release of Doom (doom1.wad, v1.9). Can +doom_shareware_data: be used with zdoom, prboom, or any Doom source port. +doom_shareware_data: +doom_shareware_data: +doom_shareware_data: +doom_shareware_data: +doom_shareware_data: +doom_shareware_data: +doom_shareware_data: -- cgit v1.2.3-65-gdbad