the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: latex-make
Version: 2.1.15
Source-MD5: 5d29e29fac08ca765ea18867c165e7ec
Revision: 1
Source: http://gforge.inria.fr/frs/download.php/24735/%n-%v.tar.gz
Maintainer: Vincent Danjean
HomePage: http://gforge.inria.fr/projects/latex-utils/
License: OSI-Approved
DocFiles: INSTALL Changelog COPYING README
BuildDepends: tetex-texmf, tetex-base
Description: Easy compiling of LaTeX documents
CompileScript: <<
#! /bin/sh -ev
export LC_ALL=C
make
<<
InstallScript: <<
#! /bin/sh -ev
export LC_ALL=C
make install prefix=%p DESTDIR=%d
<<
PostInstScript: <<
texhash %p/share/texmf
<<
PostRmScript: <<
texhash %p/share/texmf
<<