Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/games
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31670

Modified Files:
        angband.info 
Log Message:
angband 3.3.2 from 10.7

Index: angband.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/angband.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- angband.info        10 Jan 2013 18:37:26 -0000      1.7
+++ angband.info        10 Sep 2013 15:26:04 -0000      1.8
@@ -1,41 +1,76 @@
 Info2: <<
 Package: angband%type_pkg[-nox]
-Version: 3.0.6
-Revision: 5
+Version: 3.3.2
+Revision: 2
 Type: -nox (boolean)
 Maintainer: None <fink-de...@lists.sourceforge.net>
-Source: mirror:custom:Source/angband-%v.tar.gz                       
-Source-MD5: 4c31b1b3679dff20db6a5fcb182c3e96
-CustomMirror: <<
-  nam-US: ftp://ftp.thangorodrim.net/pub/angband
-  eur-SE: ftp://ftp.sunet.se/pub/games/Angband
-<<
+Source: http://rephial.org/downloads/3.3/angband-v%v.tar.gz
+Source-MD5: 76bb1cac39e8f3d1146bac5ff561fc3a
 Conflicts: angband, angband-nox
 Replaces: angband, angband-nox
 BuildDepends: <<
-  (%type_raw[-nox] = .) gtk+, (%type_raw[-nox] = .) glib, (%type_raw[-nox] = 
.)  x11-dev,
-  (%type_raw[-nox] = .) libgettext3-dev, (%type_raw[-nox] = .) gettext-bin, 
(%type_raw[-nox] = .) gettext-tools,
-  libncurses5
+       (%type_raw[-nox] = .) atk1,
+       (%type_raw[-nox] = .) cairo,
+       (%type_raw[-nox] = .) fontconfig2-dev,
+       (%type_raw[-nox] = .) freetype219,
+       (%type_raw[-nox] = .) gettext-bin,
+       (%type_raw[-nox] = .) gettext-tools,
+       (%type_raw[-nox] = .) gtk+2-dev,
+       (%type_raw[-nox] = .) glib2-dev,
+       (%type_raw[-nox] = .) libgettext8-dev,
+       (%type_raw[-nox] = .) libglade2,
+       libiconv-dev,
+       libncurses5,
+       (%type_raw[-nox] = .) libxml2,
+       (%type_raw[-nox] = .) pango1-xft2-ft219-dev,
+       (%type_raw[-nox] = .) x11-dev
 <<
 Depends: <<
-  (%type_raw[-nox] = .) gtk+-shlibs, (%type_raw[-nox] = .) glib-shlibs,
-  (%type_raw[-nox] = .) libgettext3-shlibs, (%type_raw[-nox] = .) x11,
-  passwd-games (>= 20130103) , ncurses, libncurses5-shlibs
+       (%type_raw[-nox] = .) atk1-shlibs,
+       (%type_raw[-nox] = .) cairo-shlibs,
+       (%type_raw[-nox] = .) fontconfig2-shlibs,
+       (%type_raw[-nox] = .) freetype219-shlibs,
+       (%type_raw[-nox] = .) gtk+2-shlibs,
+       (%type_raw[-nox] = .) glib2-shlibs,
+       (%type_raw[-nox] = .) libgettext8-shlibs,
+       (%type_raw[-nox] = .) libglade2-shlibs,
+       libiconv,
+       libncurses5-shlibs,
+       (%type_raw[-nox] = .) libxml2-shlibs,
+       ncurses, 
+       (%type_raw[-nox] = .) pango1-xft2-ft219-shlibs,
+       passwd-games, 
+       sdl-mixer-shlibs,
+       sdl-shlibs,
+       (%type_raw[-nox] = .) x11
 <<
 Suggests: lua
+PatchScript: <<
+       perl -pi -e 's,-export-dynamic,,g' configure src/Makefile.std
+       ### make seems to have problems finding install-sh in deep directories, 
so give it a base directory
+       perl -pi -e 's,MKDIR_P \= \@,MKDIR_P = \$\(MKPATH\)/\@,g' mk/extra.mk.in
+<<
+SetLDFLAGS: -liconv -lSDL
 ConfigureParams: <<
- (%type_raw[-nox] = .) --with-x     (%type_raw[-nox] = -nox) --without-x   \
- (%type_raw[-nox] = .) --enable-gtk (%type_raw[-nox] = -nox) --disable-gtk \
- --with-libpath=%p/var/games/%n/lib/ \
- --disable-dependency-tracking
+       (%type_raw[-nox] = .) --with-x 
+       (%type_raw[-nox] = .) --enable-x11 \
+       (%type_raw[-nox] = .) --x-includes=/usr/X11R6/include \
+       (%type_raw[-nox] = .) --x-libraries=/usr/X11R6/lib \
+       (%type_raw[-nox] = .) --enable-gtk \
+       (%type_raw[-nox] = -nox) --without-x \
+       (%type_raw[-nox] = -nox) --disable-gtk \
+       (%type_raw[-nox] = -nox) --disable-sdl \
+       --disable-sdltest \
+       --bindir=%p/bin \
+       --with-libpath=%p/var/games/%n/lib/
 <<
 InstallScript: <<
-make install DESTDIR=%d bindir=%p/bin
-mkdir -p -m 0775 %i/var/games/%n/
-find lib/ -exec chmod g+w {} \;
-cp -Rp lib %i/var/games/%n/
+       make install DESTDIR=%d
+       mkdir -p -m 0775 %i/var/games/%n/
+       find lib/ -exec chmod g+w {} \;
+       cp -Rp lib %i/var/games/%n/
 <<
-DocFiles: AUTHORS changes.txt compile.txt COPYING THANKS TODO readme.txt
+DocFiles: changes.txt copying.txt faq.txt readme.txt thanks.txt
 PostInstScript: <<
        chgrp games %p/bin/angband
        chmod g+s %p/bin/angband
@@ -48,6 +83,11 @@
 in the vein of "rogue", "hack", "nethack", and "moria".
 <<
 License: GPL
-Homepage: http://www.thangorodrim.net/
-DescPackaging: Previously maintained by James Gibbs.
+Homepage: http://rephial.org/
+DescPackaging:<<
+Previously maintained by James Gibbs.
+
+-nox variant still needs -lSDL to resolve missing symbols (related to SDL 
sound).
 <<
+<<
+


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to