summaryrefslogtreecommitdiffstats
path: root/games/uqm_voice
diff options
context:
space:
mode:
author B. Watson2010-05-12 23:29:37 +0200
committer David Somero2010-05-12 23:29:37 +0200
commitb9e67ddcfedcc974eb0f2392018373f345f6f321 (patch)
tree01341ee9e5591cc0231fa5f771beb317f4261495 /games/uqm_voice
parent506223b81fee556d8425ab65bb15476e4c293659 (diff)
downloadslackbuilds-b9e67ddcfedcc974eb0f2392018373f345f6f321.tar.gz
games/uqm_voice: Added to 12.2 repository
Diffstat (limited to 'games/uqm_voice')
-rw-r--r--games/uqm_voice/README8
-rw-r--r--games/uqm_voice/slack-desc19
-rw-r--r--games/uqm_voice/uqm_voice.SlackBuild32
-rw-r--r--games/uqm_voice/uqm_voice.info8
4 files changed, 67 insertions, 0 deletions
diff --git a/games/uqm_voice/README b/games/uqm_voice/README
new file mode 100644
index 0000000000..22e0444177
--- /dev/null
+++ b/games/uqm_voice/README
@@ -0,0 +1,8 @@
+The Ur-Quan Masters is a port of the 3DO version of the PC game "Star
+Control II". It runs on modern operating systems and is 100% free.
+
+This package contains optional game content that provides in-game speech.
+You don't need this package to play the game.
+
+To play the game, you must install the uqm package available at
+SlackBuilds.org \ No newline at end of file
diff --git a/games/uqm_voice/slack-desc b/games/uqm_voice/slack-desc
new file mode 100644
index 0000000000..f82a6540f1
--- /dev/null
+++ b/games/uqm_voice/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------------------------------------------------------|
+uqm_voice: uqm_voice (optional game content that provides in-game speech)
+uqm_voice:
+uqm_voice: The Ur-Quan Masters is a port of the 3DO version of the PC game "Star
+uqm_voice: Control II". It runs on modern operating systems and is 100% free.
+uqm_voice:
+uqm_voice: This package contains optional game content that provides in-game
+uqm_voice: speech. You don't need this package to play the game.
+uqm_voice:
+uqm_voice: To play the game, you must install uqm and uqm_content.
+uqm_voice:
+uqm_voice:
diff --git a/games/uqm_voice/uqm_voice.SlackBuild b/games/uqm_voice/uqm_voice.SlackBuild
new file mode 100644
index 0000000000..bbfbaeed96
--- /dev/null
+++ b/games/uqm_voice/uqm_voice.SlackBuild
@@ -0,0 +1,32 @@
+#!/bin/sh
+
+# Slackware build script for uqm_voice
+
+# Written by B. Watson (yalhcru@gmail.com)
+
+PRGNAM=uqm_voice
+VERSION=${VERSION:-0.6.0}
+ARCH=noarch
+BUILD=${BUILD:-1}
+TAG=${TAG:-_SBo}
+
+CWD=$(pwd)
+TMP=${TMP:-/tmp/SBo}
+PKG=$TMP/package-$PRGNAM
+OUTPUT=${OUTPUT:-/tmp}
+
+set -e
+
+rm -rf $PKG
+mkdir -p $TMP $PKG $OUTPUT
+mkdir -p $PKG/usr/share/uqm/content/packages
+cp $CWD/uqm-$VERSION-voice.uqm $PKG/usr/share/uqm/content/packages
+
+mkdir -p $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/uqm_voice/uqm_voice.info b/games/uqm_voice/uqm_voice.info
new file mode 100644
index 0000000000..cc3ea19fd8
--- /dev/null
+++ b/games/uqm_voice/uqm_voice.info
@@ -0,0 +1,8 @@
+PRGNAM="uqm_voice"
+VERSION="0.6.0"
+HOMEPAGE="http://sc2.sourceforge.net/"
+DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.6.0-voice.uqm"
+MD5SUM="d31577b896be935cc2238afd07299b8b"
+MAINTAINER="B. Watson"
+EMAIL="yalhcru@gmail.com"
+APPROVED="dsomero, michiel"