|
|
|| die "sed ${GAMES_BINDIR}/${game} failed" | || die "sed ${GAMES_BINDIR}/${game} failed" |
done | done |
| |
# Make wrappers for the common wads |
|
for n in doom doom2 ; do |
|
games_make_wrapper ${PN}-${n} "jdoom -file ${GAMES_DATADIR}/doom-data/${n}.wad" |
|
done |
|
|
|
dodoc Doc/*.txt Doc/*/*.txt README | dodoc Doc/*.txt Doc/*/*.txt README |
prepgamesdirs | prepgamesdirs |
} | } |
|
|
pkg_postinst() { |
|
einfo "To play the original Doom levels, place doom.wad and/or doom2.wad into:" |
|
einfo " ${GAMES_DATADIR}/doom-data" |
|
einfo "Then run doomsday-doom or doomsday-doom2 accordingly." |
|
echo |
|
einfo "doom1.wad is the shareware demo wad consisting of 1 episode, and doom.wad" |
|
einfo "is the full Doom 1 set of 3 episodes (or 4 in the Final Doom wad)." |
|
|
|
games_pkg_postinst |
|
} |
|