Package: tome Version: 2.3.5 Revision: 2 Maintainer: None Source: http://www.t-o-m-e.net/dl/src/%n-235-src.tar.bz2 Source-MD5: 751ea71973413d3b54644cf86b20758f BuildDepends: fink (>= 0.24.12), libncurses5-dev Depends: << libncurses5-shlibs (>= 5.7-20100227-2), lua51, passwd-games (>= 20130103) << PatchFile: %n.patch PatchFile-MD5: 36d37410d33675d4dd22a0e9141b50bc PatchScript: << sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1 << CompileScript: << #!/bin/sh -ev cd src/ make -f makefile.std << InstallScript: << #!/bin/sh -ev cd src/ make -f makefile.std install DESTDIR=%d mkdir -p %i/var/games/%n/lib/ ### Do all the data files really have to be world writeable? (HN: 2010-10-08) ### Comment out for now until feedback says otherwise. #find %i/var/games/ -exec chmod ugo+w {} \; << PostInstScript: << chown -R games %p/var/games/%n/lib %p/bin/%n << DocFiles: changes.old changes.txt credits.txt lib/help/* Copyright Description: Troubles of Middle Earth, curses-based RPG DescDetail: << Angband is a roguelike dungeon exploration game based on JRR Tolkien's works. There are a lot of Angband variants because Angband's sources were cleaned up by a remarkable person, Ben Harrison, which meant that as more people could understand the code, more people made variants. ToME, expands upon the Middle-Earth influence and is based on Zangband 2.2.0. ToME now follows the Tolkien world more closely than any other variant! << DescPort: << tome should be running suid games, but I couldn't figure out why tome was dropping uid while writing to lib directories. Therefore I am temporarily making the lib directory world-writable until I can figure out what to do about this. << License: GPL Homepage: http://www.t-o-m-e.net/ DescPackaging: Previously maintained by James Gibbs.