This is a working(*) port of 'Hammer of Thyrion' v1.5.6, a Hexen2
cross-platform source port, using SDL on Genode.
(*) SDL_VIDEO works, SDL_AUDIO at least makes some noise
and network-play is currently untested.
Fixes #6.
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
LICENSE := GPLv2
|
|
VERSION := 1.5.6
|
|
DOWNLOADS := uhexen2.archive
|
|
|
|
BASE_URL := http://downloads.sourceforge.net/project/uhexen2/Hammer%20of%20Thyrion/$(VERSION)/Source
|
|
URL(uhexen2) := $(BASE_URL)/hexen2source-$(VERSION).tgz
|
|
SHA(uhexen2) := f3735a650468583eb433628b24bf9a15755d092a
|
|
DIR(uhexen2) := src/app/uhexen2
|