Update of /cvsroot/fink/experimental/yatsuo
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18436

Modified Files:
        dungeoncrawl.info 
Log Message:
some cleanup

Index: dungeoncrawl.info
===================================================================
RCS file: /cvsroot/fink/experimental/yatsuo/dungeoncrawl.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dungeoncrawl.info   6 Apr 2006 18:55:02 -0000       1.4
+++ dungeoncrawl.info   19 Mar 2007 02:24:53 -0000      1.5
@@ -6,7 +6,7 @@
 Maintainer: ASARI Takashi <[EMAIL PROTECTED]>
 
 BuildDepends: libncurses5, x11-dev, libpng3
-Depends: libncurses5-shlibs, libpng3-shlibs, sazanami
+Depends: libncurses5-shlibs, libpng3-shlibs, sazanami, x11
 
 Source: ftp://ftp.dungeoncrawl.org/dev/4.0.x/src/dc400b26-src.tbz2
 SourceRename: dc400b26-src.tar.bz2
@@ -35,7 +35,7 @@
   /usr/bin/sed -i.bak "s|\\\\0\"|\"|" source/output.cc
   /usr/bin/sed -i.bak "s|-alias-|-misc-|" source/libx11.cc
   /usr/bin/sed -i.bak "s|static void load_ghost|void load_ghost|" 
source/files.cc
-  /usr/bin/gzip -dc ../%n-%v-makefile.osx.gz | /usr/bin/sed -e 
"s|-I/usr/include/ncurses|-I/sw/include|" -e "s|-DWIZARD|-DV_FIX|" -e 
"s|{INCLUDE}|{INCLUDES}|" -e "s|-Wmissing-declarations||g" -e 
"s|-Wstrict-prototypes||" -e "s|-Wmissing-prototypes||" -e "s|^# 
LDFLAGS.*$|LDFLAGS = -L/usr/lib -L/sw/lib|" -e "s|^OBJECTS += .*$|OBJECTS += 
tiles.o libx11.o libx11_png.o libtile.o winclass.o winclass-x11.o|" > 
source/makefile.osx
+  /usr/bin/gzip -dc ../%n-%v-makefile.osx.gz | /usr/bin/sed -e 
"s|-I/usr/include/ncurses|-I%p/include|" -e "s|-DWIZARD|-DV_FIX|" -e 
"s|{INCLUDE}|{INCLUDES}|" -e "s|-Wmissing-declarations||g" -e 
"s|-Wstrict-prototypes||" -e "s|-Wmissing-prototypes||" -e "s|^# 
LDFLAGS.*$|LDFLAGS = -L/usr/lib -L%p/lib|" -e "s|^OBJECTS += .*$|OBJECTS += 
tiles.o libx11.o libx11_png.o libtile.o winclass.o winclass-x11.o|" > 
source/makefile.osx
 echo "libtile.o : defines.h externs.h stuff.h tiles.h tiledef.h tiledef-p.h 
tiledef-qv.h winclass.h" >> source/makefile.osx
 echo "winclass.o : winclass.h" >> source/makefile.osx
 echo "winclass-x11.o : winclass.h defines.h debug.h" >> source/makefile.osx
@@ -65,11 +65,13 @@
 mkdir -p %i/bin/
 cp  source/crawl %i/bin/
 mkdir -p %i/var/%n/
-cp -r ../dc_j070_051224_wt/* %i/var/%n/
-chmod 777 %i/var/%n/
-chmod +t %i/var/%n/
+cp -R ../dc_j070_051224_wt/* %i/var/%n/
+install -d -m 1777 %i/var/%n
 echo > scores
 chmod 777 scores
+echo > morgue.txt
+chmod 777 morgue.txt
+chmod 777 macro.txt
 iconv -f SJIS -t UTF-8 %i/var/%n/init.txt > %i/var/%n/.crawlrc
 rm %i/var/%n/init.txt
 <<
@@ -99,6 +101,4 @@
 <<
 
 DescUsage:<<
-The rules of the game are included in the distribution
-in the file '/sw/share/doc/gnushogi/shogi.rules.'
 <<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to