roguedarwin stable port information

Package: roguedarwin
Version: 1.0.0
Revision: 4
Description: Exploring The Dungeons of Doom
License: BSD
Homepage: http://sourceforge.net/projects/roguedarwin/
Maintainer: None

Conflicts: rogue
Replaces: rogue

Source: mirror:sourceforge:%n/RogueDarwin.tar.gz
SourceRename: %n-%v.tar.gz
Source-MD5: af0ab27b7c1059d127ee1951514b83d9
SourceDirectory: RogueDarwin

PatchScript: <<
sed -i -e 's|/Users/djstein/rogue.scores|%p/var/games/rogue.scores|g' pathnames.h
sed -i -e 's|/var/games/rogue.scores|%p/var/games/rogue.scores|g' rogue.6
<<

Depends: <<
passwd-games
<<

CompileScript: <<
rm -f rogue
make
<<

InstallScript: <<
install -g games -d %i/var/games
install -d %i/bin
install -m 2755 rogue %i/bin/rogue
install -d %i/share/man/man6
install -m 644 rogue.6 %i/share/man/man6/rogue.6
install -d %i/var/games
touch %i/var/games/rogue.scores
chmod 664 %i/var/games/rogue.scores
<<

PostInstScript: <<
/usr/bin/chgrp games %p/bin/rogue %p/var/games/rogue.scores
<<

DocFiles: CHANGES
ConfFiles: %p/var/games/rogue.scores

DescDetail: <<
The rogue is a computer fantasy with a new twist. It is CRT oriented
and the object of the game is to survive the attacks of various
monsters and get a lot of gold, rather than the puzzle solving
orientation of most computer fantasy games.
<<