diff options
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 d895dd04e003..c83458e6dc1d 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 02179cb9912e..f2ee9802d311 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 9462b2ed54a9..80a192bddaa6 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 42e3613c0b3d..b4b6b33197ee 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" |