diff options
author | B. Watson <yalhcru@gmail.com> | 2011-05-31 20:35:55 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-13 01:31:21 -0400 |
commit | 7fca7d63f3966675ae2c61899fffe646450b3c71 (patch) | |
tree | 9fd0d6f9382132691e1beb3c36c9a7a26ae702e6 /games/uqm | |
parent | 2ee8fc7b3bb7b2954ea7323fc096bfafd3fed57f (diff) | |
download | slackbuilds-7fca7d63f3966675ae2c61899fffe646450b3c71.tar.gz |
games/uqm: Fixed typo in info file and minor tweaks.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/uqm')
-rw-r--r-- | games/uqm/README | 4 | ||||
-rw-r--r-- | games/uqm/slack-desc | 6 | ||||
-rw-r--r-- | games/uqm/uqm.SlackBuild | 4 | ||||
-rw-r--r-- | games/uqm/uqm.info | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/games/uqm/README b/games/uqm/README index d895dd04e0..c83458e6dc 100644 --- a/games/uqm/README +++ b/games/uqm/README @@ -4,7 +4,7 @@ Control II". It runs on modern operating systems and is 100% free. You may also want the optional uqm_voice and uqm_3domusic packages, for a more festive gaming experience. -Note: The version number for the binary is 0.6.2. The version number for -and for the content, voice, and 3domusic packages is 0.6.0. +Note: The version number for the binary is 0.6.2. The version number for +and for the content, voice, and 3domusic packages is 0.6.0. This is correct. diff --git a/games/uqm/slack-desc b/games/uqm/slack-desc index 02179cb991..f2ee9802d3 100644 --- a/games/uqm/slack-desc +++ b/games/uqm/slack-desc @@ -7,12 +7,12 @@ |-----handy-ruler------------------------------------------------------| uqm: uqm (port of the 3DO/PC game - Star Control II) -uqm: +uqm: uqm: The Ur-Quan Masters is a port of the 3DO version of the PC game "Star uqm: Control II". It runs on modern operating systems and is 100% free. uqm: -uqm: This package contains the game executable and documentation, as well -uqm: as the game content (graphics, sound, etc). +uqm: This package contains the game executable and documentation, as well +uqm: as the game content (graphics, sound, etc). uqm: uqm: You may also want the optional uqm_voice and uqm_3domusic packages, uqm: for a more festive gaming experience. diff --git a/games/uqm/uqm.SlackBuild b/games/uqm/uqm.SlackBuild index 9462b2ed54..80a192bdda 100644 --- a/games/uqm/uqm.SlackBuild +++ b/games/uqm/uqm.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=uqm VERSION=${VERSION:-0.6.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CONTENT=${PRGNAM}_content @@ -105,7 +105,7 @@ mkdir -p $PKG/usr/share/$PRGNAM/content/packages/addons cp content/version $PKG/usr/share/$PRGNAM/content # Install the uqm content. Without this the binary is not useful. cat $CWD/$PRGNAM-$CONTVER-content.uqm > \ - $PKG/usr/share/$PRGNAM/content/packages/$PRGNAM-$CONTVER-content.uqm + $PKG/usr/share/$PRGNAM/content/packages/$PRGNAM-$CONTVER-content.uqm mkdir -p $PKG/usr/man/man1 gzip -9c $CWD/$PRGNAM.1 > $PKG/usr/man/man1/$PRGNAM.1.gz diff --git a/games/uqm/uqm.info b/games/uqm/uqm.info index 42e3613c0b..b4b6b33197 100644 --- a/games/uqm/uqm.info +++ b/games/uqm/uqm.info @@ -4,9 +4,9 @@ HOMEPAGE="http://sc2.sourceforge.net/" DOWNLOAD="http://downloads.sourceforge.net/sc2/uqm-0.6.2-source.tgz \ http://downloads.sourceforge.net/sc2/uqm-0.6.0-content.uqm" MD5SUM="ba4ee595b62349873d510b9827e7648d \ - md7e8f0ed8490e24231431420ea2ba6a03" + 7e8f0ed8490e24231431420ea2ba6a03" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" -APPROVED="michiel" +APPROVED="dsomero" |