Update of /cvsroot/fink/experimental/mathmeye
In directory sc8-pr-cvs1:/tmp/cvs-serv11147

Modified Files:
        advi-1.4.0-2.info 
Log Message:



Index: advi-1.4.0-2.info
===================================================================
RCS file: /cvsroot/fink/experimental/mathmeye/advi-1.4.0-2.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- advi-1.4.0-2.info   5 Jun 2003 19:15:22 -0000       1.1
+++ advi-1.4.0-2.info   7 Jun 2003 11:29:26 -0000       1.2
@@ -12,8 +12,19 @@
   make WITH_X="-L/usr/X11R6/lib -lSM -lICE -lX11 -L%p/lib"
 <<
 InstallScript: <<
+  #!/bin/sh
+  export ADVI_LOC=%i/share/texmf/tex/latex/advi
   mkdir -p %i/bin
-  make install ADVI_LOC=%i/share/texmf/tex/latex/advi bindir=%i/bin
+  cp advi.opt %i/bin/advi
+  if test ! -d $ADVI_LOC; then mkdir -p $ADVI_LOC; fi
+  cp doc/splash.dvi tex/advilogo.eps tex/caml.eps tex/bar.jpg.eps tex/*.sty 
tex/advi.pro $ADVI_LOC
+  if [ -f conf/jpfonts.conf ]; then cp conf/jpfonts.conf $ADVI_LOC; fi
+  cd %p/share/texmf/fonts/source/public/cm
+  for files in cm* ; do
+    if [ ${files} != "cmbase.mf" ] ; then
+      mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 --destdir 
%i/share/texmf/fonts/pk/ljfour/public/cm `echo ${files} | sed s/.mf//g`;
+    fi ;
+  done ;
 <<
 PostInstScript: <<
   export ADVI_LOC=%i/share/texmf/tex/latex/advi
@@ -36,6 +47,14 @@
   presentation advi can launch arbitrary commands that were
   incorporated into the LaTeX source of the DVI file to animate the
   presentation.
+<<
+DescPackaging: <<
+  Build and package fonts as well as otherwise advi tries to build them when running 
which...
+    1) ...will give a 'permission denied' error when runnjing as normal user when 
trying to
+       install into the read-omly %p/share/texmf/fonts/pk/ljfour/public/cm dir or...
+    2) ...will cause advi (when running as root or after changing permissions on the 
dir) to 
+        install stuff into the tetex tree which is not removed later with a  'fink 
remove advi' 
+        as they are not part of the deb file.
 <<
 Maintainer: Mathias Meyer <[EMAIL PROTECTED]> 
 Homepage: 




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to