summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2010-05-12 23:29:37 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-12 23:29:37 +0200
commit506223b81fee556d8425ab65bb15476e4c293659 (patch)
tree28084e7a508eebaa5446e561045b58c6a4cec089 /games
parente23de79a5e8a267b3147fa855a620c01232d9811 (diff)
downloadslackbuilds-506223b81fee556d8425ab65bb15476e4c293659.tar.gz
slackbuilds-506223b81fee556d8425ab65bb15476e4c293659.tar.xz
games/uqm_3domusic: Added to 12.2 repository
Diffstat (limited to 'games')
-rw-r--r--games/uqm_3domusic/README9
-rw-r--r--games/uqm_3domusic/slack-desc19
-rw-r--r--games/uqm_3domusic/uqm_3domusic.SlackBuild32
-rw-r--r--games/uqm_3domusic/uqm_3domusic.info8
4 files changed, 68 insertions, 0 deletions
diff --git a/games/uqm_3domusic/README b/games/uqm_3domusic/README
new file mode 100644
index 0000000000..78885ec50b
--- /dev/null
+++ b/games/uqm_3domusic/README
@@ -0,0 +1,9 @@
+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 high-quality
+in-game music. You don't need this package to play the game. Without
+this package, there will still be music during the game; it just doesn't
+sound as nice.
+
+To play the game, you must install the uqm package from SlackBuilds.org.
diff --git a/games/uqm_3domusic/slack-desc b/games/uqm_3domusic/slack-desc
new file mode 100644
index 0000000000..3c0c935edd
--- /dev/null
+++ b/games/uqm_3domusic/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_3domusic: uqm_3domusic (Ur-Quan Masters high-quality in-game music)
+uqm_3domusic:
+uqm_3domusic: The Ur-Quan Masters is a port of the 3DO version of the PC game "Star
+uqm_3domusic: Control II". It runs on modern operating systems and is 100% free.
+uqm_3domusic:
+uqm_3domusic: This package contains optional game content that provides high-quality
+uqm_3domusic: in-game music. You don't need this package to play the game. Without
+uqm_3domusic: this package, there will still be music during the game; it just
+uqm_3domusic: doesn't sound as nice.
+uqm_3domusic:
+uqm_3domusic: To play the game, you must install uqm and uqm_content.
diff --git a/games/uqm_3domusic/uqm_3domusic.SlackBuild b/games/uqm_3domusic/uqm_3domusic.SlackBuild
new file mode 100644
index 0000000000..f1424b2ce8
--- /dev/null
+++ b/games/uqm_3domusic/uqm_3domusic.SlackBuild
@@ -0,0 +1,32 @@
+#!/bin/sh
+
+# Slackware build script for uqm_3domusic
+
+# Written by B. Watson (yalhcru@gmail.com)
+
+PRGNAM=uqm_3domusic
+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-3domusic.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_3domusic/uqm_3domusic.info b/games/uqm_3domusic/uqm_3domusic.info
new file mode 100644
index 0000000000..eea4a593b5
--- /dev/null
+++ b/games/uqm_3domusic/uqm_3domusic.info
@@ -0,0 +1,8 @@
+PRGNAM="uqm_3domusic"
+VERSION="0.6.0"
+HOMEPAGE="http://sc2.sourceforge.net/"
+DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.6.0-3domusic.uqm"
+MD5SUM="a20cacc8e66f5ff1fdf5e1d3a3b93fd2"
+MAINTAINER="B. Watson"
+EMAIL="yalhcru@gmail.com"
+APPROVED="dsomero, michiel"