I successfully built a fink package for xfrotz:

Package: xfrotz
Version: 2.32.1
Revision: 1
Description: Interpreter for all Infocom-type games
License: GPL
Maintainer: Mark Brethen <[EMAIL PROTECTED]>
Source: http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/%n-%v.ta$
Source-MD5: bea7f8b3dad9562f5f05b84461a1a422
InstallScript: <<
#! /bin/sh -ev
make install prefix=%i mandir=%i/share/man
<<


pretty simple.

There's just a few questions for the group:

1) make install will add fonts to /usr/X11R6/lib/X11/fonts/misc. Is this okay?

/usr/X11R6/bin/bdftopcf -t Zork_r400-10.bdf -o Zork_r400-10.pcf
/usr/X11R6/bin/bdftopcf -t Zork_r400-11.bdf -o Zork_r400-11.pcf
/usr/X11R6/bin/bdftopcf -t Zork_r400-13.bdf -o Zork_r400-13.pcf
/usr/X11R6/bin/bdftopcf -t Zork_r400-16.bdf -o Zork_r400-16.pcf
/usr/X11R6/bin/bdftopcf -t Zork_r400-20.bdf -o Zork_r400-20.pcf
/bin/sh ./mkinstalldirs /usr/X11R6/lib/X11/fonts/misc
/usr/bin/install -c -m 644 Zork_r400-10.pcf Zork_r400-11.pcf Zork_r400-13.pcf Zork_r400-16.pcf Zork_r400-20.pcf /usr/X11R6/lib/X11/fonts/misc
/usr/X11R6/bin/mkfontdir /usr/X11R6/lib/X11/fonts/misc


2) Also, this line:

Run `xset fp rehash' to notify your X server
that new fonts are available.

Should I include a script to do that?

3) The install script apparently doesn't place the docs in a '/sw/share/docs/xfrotz' directory. Should I do it manually?

4) Anything else need to go in the .info script?

Mark
--
Mark Brethen
mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to