games/chocolate_duke3D: Fix README, update .info.

This commit is contained in:
B. Watson 2016-11-14 13:36:54 -05:00 committed by Willy Sudiarto Raharjo
parent 849cee4f39
commit 5b490276eb
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 11 additions and 7 deletions

View file

@ -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.

View file

@ -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"