diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-14 13:52:24 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-14 13:52:24 -0400 |
| commit | ee4c75f29d1c6ee92e719145279d279887709e9d (patch) | |
| tree | e66801b1333e75ce5a415f98c64566504b777a6a /games-fps/crispy-doom/crispy-doom-9999.ebuild | |
| parent | 3b52fa3411564cd0b0fd5b192caedbd8f1306d4c (diff) | |
Cleaned up existing ebuilds.
Diffstat (limited to 'games-fps/crispy-doom/crispy-doom-9999.ebuild')
| -rw-r--r-- | games-fps/crispy-doom/crispy-doom-9999.ebuild | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/games-fps/crispy-doom/crispy-doom-9999.ebuild b/games-fps/crispy-doom/crispy-doom-9999.ebuild index 5a87fb7..022b8a2 100644 --- a/games-fps/crispy-doom/crispy-doom-9999.ebuild +++ b/games-fps/crispy-doom/crispy-doom-9999.ebuild @@ -3,20 +3,19 @@ EAPI=6 -EGIT_REPO_URI="https://github.com/fabiangreffrath/crispy-doom" - inherit eutils autotools git-r3 -DESCRIPTION="Limit-raising medium-resolution Doom source port based on Chocolate Doom" +DESCRIPTION="Limit-raising medium-resolution Doom source port based on Chocolate Doom." HOMEPAGE="http://fabiangreffrath.github.io/crispy-doom" +EGIT_REPO_URI="https://github.com/fabiangreffrath/crispy-doom" LICENSE="GPL-2" SLOT="0" RDEPEND="media-libs/libsamplerate - media-libs/libsdl2 - media-libs/sdl2-mixer - media-libs/sdl2-net" + media-libs/libsdl2 + media-libs/sdl2-mixer + media-libs/sdl2-net" DEPEND="${RDEPEND}" src_prepare() { @@ -25,6 +24,8 @@ src_prepare() { } src_install() { + # Currently, support for games such as heretc is disabled. See + # <https://github.com/fabiangreffrath/crispy-doom/issues/132>. dobin src/crispy-doom dobin src/crispy-setup dobin src/crispy-server @@ -36,23 +37,14 @@ src_install() { doman man/default.cfg.5 doman man/crispy-doom.cfg.5 - # local opt game game_full - # for opt in "doom Doom" \ - # "heretic Heretic" \ - # "strife Strife" \ - # "hexen Hexen" - - # if use server ; then - # dogamesbin src/chocolate-server - # doman man/chocolate-server.6 - # fi - - # domenu src/${PN}-screensaver.desktop dodoc AUTHORS ChangeLog HACKING.md NEWS.md NOT-BUGS.md README* TODO.md } pkg_postinst() { einfo - einfo "To configure game options run: chocolate-setup" + einfo "To play the original Doom levels, place doom.wad and/or doom2.wad" + einfo "into ${GAMES_DATADIR}/doom-data, then run: ${PN}" + einfo + einfo "To configure game options run: crispy-setup" einfo } |