Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/games
In directory vz-cvs-3.sog:/tmp/cvs-serv17564

Modified Files:
        nethack.info 
Log Message:
--b-a-n cleanup (move chgrp/chown to PostInst), dep cleanup (add all directs, 
add some missings, modernize)


Index: nethack.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/games/nethack.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- nethack.info        6 May 2010 00:50:29 -0000       1.9
+++ nethack.info        26 Feb 2012 18:57:12 -0000      1.10
@@ -1,27 +1,30 @@
 Info2: <<
 Package: nethack%type_pkg[-x11]%type_pkg[-gnome]%type_pkg[-qt]
 Version: 3.4.3
-Revision: 1004
+Revision: 1005
 Distribution: (%type_pkg[-gnome]) 10.4, (%type_pkg[-gnome]) 10.5
 Maintainer: Matthias Neeracher <[email protected]>
 Type: -x11 (boolean), -gnome (boolean), -qt (boolean)
 BuildDepends: <<
 fink (>= 0.24.12),
-gettext-dev, 
+libncurses5,
 (%type_raw[-x11] = -x11) x11-dev,
-(%type_raw[-gnome] = -gnome) libjpeg, (%type_raw[-gnome] = -gnome) libpng3, 
-(%type_raw[-gnome] = -gnome) libtiff, (%type_raw[-gnome] = -gnome) netpbm, 
+(%type_raw[-gnome] = -gnome) libgettext8-dev,
 (%type_raw[-gnome] = -gnome) audiofile, (%type_raw[-gnome] = -gnome) esound, 
 (%type_raw[-gnome] = -gnome) glib, (%type_raw[-gnome] = -gnome) gtk+, 
-(%type_raw[-gnome] = -gnome) gnome-libs-dev, (%type_raw[-gnome] = -gnome) imlib
-, 
-
+(%type_raw[-gnome] = -gnome) gnome-libs-dev, (%type_raw[-gnome] = -gnome) 
imlib, 
+(%type_raw[-gnome] = -gnome) x11-dev,
 (%type_raw[-qt] = -qt) qt3 (>= 3.3.5-1023)
 <<
 Depends: <<
-passwd (>= 20011007-1),
+passwd-games,
+libncurses5-shlibs,
 (%type_raw[-x11] = -x11) x11,
-(%type_raw[-gnome] = -gnome) gnome-libs, 
+(%type_raw[-gnome] = -gnome) libgettext8-shlibs,
+(%type_raw[-gnome] = -gnome) audiofile-shlibs, (%type_raw[-gnome] = -gnome) 
esound-shlibs,
+(%type_raw[-gnome] = -gnome) glib-shlibs, (%type_raw[-gnome] = -gnome) 
gtk+-shlibs,
+(%type_raw[-gnome] = -gnome) gnome-libs-shlibs, (%type_raw[-gnome] = -gnome) 
imlib-shlibs,
+(%type_raw[-gnome] = -gnome) x11,
 (%type_raw[-qt] = -qt) qt3-shlibs (>= 3.3.5-1023)
 <<
 Conflicts: nethack, nethack-x11, nethack-gnome, nethack-x11-gnome, nethack-qt, 
nethack-x11-qt, nethack-x11-gnome-qt, nethack-gnome-qt
@@ -53,16 +56,22 @@
    fi
 fi
 <<
+UseMaxBuildJobs: false
 CompileScript: <<
  (cd sys/unix; sh ./setup.sh)
  make GAMEDIR=%p/lib/nethack HACKDIR=%p/lib/nethack
 <<
 InstallScript: <<
- make HACKDIR=%p/lib/nethack GAMEDIR=%i/lib/nethack SHELLDIR=%i/bin install
+ make HACKDIR=%p/lib/nethack GAMEDIR=%i/lib/nethack SHELLDIR=%i/bin install 
CHOWN=true CHGRP=true
  mkdir -p %i/share/man/man6
  cd doc; make MANDIR=%i/share/man/man6 manpages
 <<
 DocFiles: doc/*.txt dat/license
+PostInstScript: <<
+       chown games:bin %p/bin/nethack
+       chmod 04755 %p/lib/nethack/nethack
+       (cd %p/lib/nethack && chown -R games:bin .)
+<<
 Description: Console/X11 based graphical adventure game
 DescPort: <<
 The nethack configuration system is horrible (maybe deliberately so),


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to