gnuplot-pdfdocs stable port information

Package: gnuplot-pdfdocs
Version: 4.6.0
Revision: 1

Maintainer: Alexander Hansen

Conflicts: gnuplot ( <= 4.2.2-1 ) , gnuplot-nox ( <= 4.2.2-1 )
BuildDepends: gnuplot | gnuplot-nox | gnuplot-nogtk, tetex3-base
Source: mirror:sourceforge:gnuplot/gnuplot-%v.tar.gz
Source-MD5: 8e6e92b4596ea0eb75e16a57fc79efec
PatchScript:<<
perl -pi -e 's/usepackage{latexsym}/usepackage{amssymb}/' tutorial/header.tex
<<
ConfigureParams: <<
--mandir='${prefix}/share/man' \
--libexecdir='${prefix}/lib' \
--infodir='${prefix}/share/info' \
--without-readline \
--with-kpsexpand \
--without-x \
--disable-wxwidgets \
--without-cairo \
--without-lua \
--without-gd \
--without-plot \
--without-pdf \
--disable-dependency-tracking \
--with-tutorial
<<
CompileScript: <<
./configure %c
make pdf
<<
InstallScript: <<
mkdir -p %i/share/doc/%n/tutorial
cp tutorial/*.pdf tutorial/*.plt %i/share/doc/%n/tutorial
cp docs/gnuplot.pdf %i/share/doc/%n
<<
DocFiles: BUGS FAQ.pdf README NEWS ChangeLog Copyright
Description: PDF documents for gnuplot
Homepage: http://www.gnuplot.info/
License: Restrictive/Distributable
DescPackaging: <<
PatchScript to work around a problem reported by Remko Scharroo.
<<