Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv25301

Added Files:
        roguedarwin.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1836213&group_id=17203&atid=414256

--- NEW FILE: roguedarwin.info ---
Package: roguedarwin
Version: 1.0.0
Revision: 1
Description: Exploring The Dungeons of Doom
License: BSD
Homepage: http://sourceforge.net/projects/roguedarwin/
Maintainer: PHO <[EMAIL PROTECTED]>

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
<<

CompileScript: <<
  rm -f rogue
  make
<<

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

PostInstScript: <<
  if [ ! -f "%p/var/games/rogue.scores" ]; then
      touch %p/var/games/rogue.scores
      chmod 664 %p/var/games/rogue.scores
  fi
<<

DocFiles: CHANGES

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.
<<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to