mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/chocolate_duke3D: Fix README, update .info.
This commit is contained in:
parent
849cee4f39
commit
5b490276eb
2 changed files with 11 additions and 7 deletions
|
@ -3,8 +3,12 @@ Chocolate Duke Nukem 3D is the equivalent of Chocolate Doom.
|
||||||
A port that:
|
A port that:
|
||||||
|
|
||||||
1. Remains as faithful as possible to the original source code.
|
1. Remains as faithful as possible to the original source code.
|
||||||
2. Portable and compiling in one click on Windows, OS X and Linux.
|
2. Is 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
|
3. Is aimed at education, with lots of comments and documentation added
|
||||||
to understand and learn.
|
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.
|
||||||
|
|
|
@ -3,8 +3,8 @@ VERSION="dd8db653e08cc3029a84dbfd36b2c927a8d3e8fc"
|
||||||
HOMEPAGE="https://github.com/fabiensanglard/chocolate_duke3D/"
|
HOMEPAGE="https://github.com/fabiensanglard/chocolate_duke3D/"
|
||||||
DOWNLOAD="https://github.com/fabiensanglard/chocolate_duke3D/archive/dd8db653e08cc3029a84dbfd36b2c927a8d3e8fc.zip"
|
DOWNLOAD="https://github.com/fabiensanglard/chocolate_duke3D/archive/dd8db653e08cc3029a84dbfd36b2c927a8d3e8fc.zip"
|
||||||
MD5SUM="ce87a33d07de869584261191404e6f16"
|
MD5SUM="ce87a33d07de869584261191404e6f16"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="enet"
|
REQUIRES="enet"
|
||||||
MAINTAINER="Gethyn ThomasQuail"
|
MAINTAINER="B. Watson"
|
||||||
EMAIL="gethyn@bloodbathsoftworks.com"
|
EMAIL="yalhcru@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue