diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:36:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 5b490276ebf47eb74de01ed68d200d9e6b46d022 (patch) | |
tree | 46d2fdc45e4744f4c066f201aab018001a3ed30d /games/chocolate_duke3D | |
parent | 849cee4f39e373a65562514ad36c698471ae99aa (diff) | |
download | slackbuilds-5b490276ebf47eb74de01ed68d200d9e6b46d022.tar.gz |
games/chocolate_duke3D: Fix README, update .info.
Diffstat (limited to 'games/chocolate_duke3D')
-rw-r--r-- | games/chocolate_duke3D/README | 12 | ||||
-rw-r--r-- | games/chocolate_duke3D/chocolate_duke3D.info | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games/chocolate_duke3D/README b/games/chocolate_duke3D/README index 7094080d50..a9f4caebe0 100644 --- a/games/chocolate_duke3D/README +++ b/games/chocolate_duke3D/README @@ -3,8 +3,12 @@ Chocolate Duke Nukem 3D is the equivalent of Chocolate Doom. A port that: 1. Remains as faithful as possible to the original source code. - 2. Portable and compiling in one click on Windows, OS X and Linux. - 3. Aimed at education, with lots of comments and documentation added in order to help programmers - to understand and learn. + 2. Is portable and compiling in one click on Windows, OS X and Linux. + 3. Is aimed at education, with lots of comments and documentation added + in order to help programmers to understand and learn. -Note: Place "duke3d.grp" from any legit Duke 3D copy to /usr/share/games/duke3d to play. +Note: Place "duke3d.grp" from any legit Duke 3D copy to +/usr/share/games/duke3d to play. + +Currently, only 32-bit x86 is supported. The code is not 64-bit clean, +so it won't run correctly on x86_64. diff --git a/games/chocolate_duke3D/chocolate_duke3D.info b/games/chocolate_duke3D/chocolate_duke3D.info index 5b0adb37a2..eef3d518d8 100644 --- a/games/chocolate_duke3D/chocolate_duke3D.info +++ b/games/chocolate_duke3D/chocolate_duke3D.info @@ -3,8 +3,8 @@ VERSION="dd8db653e08cc3029a84dbfd36b2c927a8d3e8fc" HOMEPAGE="https://github.com/fabiensanglard/chocolate_duke3D/" DOWNLOAD="https://github.com/fabiensanglard/chocolate_duke3D/archive/dd8db653e08cc3029a84dbfd36b2c927a8d3e8fc.zip" MD5SUM="ce87a33d07de869584261191404e6f16" -DOWNLOAD_x86_64="" +DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" REQUIRES="enet" -MAINTAINER="Gethyn ThomasQuail" -EMAIL="gethyn@bloodbathsoftworks.com" +MAINTAINER="B. Watson" +EMAIL="yalhcru@gmail.com" |