Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/text
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6667/10.3/stable/main/finkinfo/text
Added Files:
xcolor.info
Log Message:
Missing dependency for latex-beamer (resolves bugs #1418324)
--- NEW FILE: xcolor.info ---
Package: xcolor
Version: 2.02
Revision: 1
Depends: tetex-base
Source: http://www.ukern.de/tex/xcolor/ctan/%n202.zip
Source-MD5: 5f894ce50900f40dc97d57e6a3596e60
Source2: mirror:sourceforge:fink/lppl-1.2.txt
Source2-MD5: 5af7e4b8e7dde262cf18bd7224f454b5
SourceDirectory: %n
CompileScript: <<
#!/bin/bash -e
echo "Extracting from %n.ins"
%p/bin/latex --interaction=batchmode %n.ins &> /dev/null
for file in *.tex
do
if [ ! -f ${file/tex/pdf} ]
then
echo "Making documentation: ${file}"
texi2dvi -q -c --language=latex --pdf ${file} &> /dev/null
fi
done
<<
InstallScript: <<
install -m 755 -d %i/etc/texmf.local/tex/latex/%n
install -m 644 %n.sty %i/etc/texmf.local/tex/latex/%n
install -m 755 -d %i/share/doc/%n
install -m 644 ../lppl-1.2.txt %i/share/doc/%n/lppl.txt
<<
DocFiles: ChangeLog README xcolor.dtx xcolor*.pdf xcolor*.tex
PostInstScript: <<
# If ls-R does not exist, we don't run mktexlsr(user may prefer not to).
if [ -x %p/bin/mktexlsr ] && [ -f %p/etc/texmf.local/ls-R ]
then
%p/bin/mktexlsr %p/etc/texmf.local
fi
<<
PostRmScript: <<
# If ls-R does not exist, we don't run mktexlsr(user may prefer not to).
if [ -x %p/bin/mktexlsr ] && [ -f %p/etc/texmf.local/ls-R ]
then
%p/bin/mktexlsr %p/etc/texmf.local
fi
<<
Description: Easy driver-independent TeX class for color
DescDetail:<<
This package will be installed to %p/etc/texmf.local
<<
License: Restrictive/Distributable
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Homepage: http://www.ukern.de/tex/xcolor.html
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits