diff options
| author | Pkill -9 <pkill9@runbox.com> | 2019-02-21 13:02:07 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-24 00:13:53 +0100 |
| commit | 6f565d6c771b337ec43ef5ac2bb3670a37035bd9 (patch) | |
| tree | 683448fcdca98eaefacdf3b8bb1600db6ee1c7e8 | |
| parent | 920c896c1a3fdcdcd5a38bbb712b145dbbe53c94 (diff) | |
gnu: Add odamex.
* gnu/packages/games.scm (odamex): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/games.scm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e750d0657e1..98438808ec8 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -5397,6 +5397,34 @@ Strife, Chex Quest, and fan-created games like Harmony, Hacx and Freedoom.") | |||
| 5397 | "file://dumb/licence.txt" | 5397 | "file://dumb/licence.txt" |
| 5398 | "Dumb license, explicitly GPL compatible."))))) | 5398 | "Dumb license, explicitly GPL compatible."))))) |
| 5399 | 5399 | ||
| 5400 | (define-public odamex | ||
| 5401 | (package | ||
| 5402 | (name "odamex") | ||
| 5403 | (version "0.8.0") | ||
| 5404 | (source | ||
| 5405 | (origin | ||
| 5406 | (method url-fetch) | ||
| 5407 | (uri (string-append | ||
| 5408 | "mirror://sourceforge/odamex/Odamex/" version "/" | ||
| 5409 | "odamex-src-" version ".tar.gz")) | ||
| 5410 | (sha256 | ||
| 5411 | (base32 | ||
| 5412 | "1sh6lqj7vsdmnqz17hw0b6vy7xx6dp41k2sdw99ympsfa2xd1d2j")))) | ||
| 5413 | (build-system cmake-build-system) | ||
| 5414 | (arguments `(#:tests? #f)) ; no tests. | ||
| 5415 | (inputs | ||
| 5416 | `(("sdl" ,sdl) | ||
| 5417 | ("sdl-mixer" ,sdl-mixer) | ||
| 5418 | ("zlib" ,zlib) | ||
| 5419 | ("libpng" ,libpng) | ||
| 5420 | ("alsa-lib" ,alsa-lib))) | ||
| 5421 | (home-page "https://odamex.net/") | ||
| 5422 | (synopsis "Multiplayer Doom port") | ||
| 5423 | (description "Odamex is a modification of the Doom engine that | ||
| 5424 | allows players to easily join servers dedicated to playing Doom | ||
| 5425 | online.") | ||
| 5426 | (license license:gpl2+))) | ||
| 5427 | |||
| 5400 | (define-public fortune-mod | 5428 | (define-public fortune-mod |
| 5401 | (package | 5429 | (package |
| 5402 | (name "fortune-mod") | 5430 | (name "fortune-mod") |
