# gnuplot/cfg - "Build" settings for package

#---------------------------------------------------------------------

[about]

"gnuplot" plots 2d and 3d graphs based on  data files or formulas.  It
has an interactive mode with online help, and it can also be used non-
interactively.  "gnuplot" supports  function fitting to data sets.  It
can produce  various different kinds of output,  including PostScript,
X11 display, PNG, and GIF.

#---------------------------------------------------------------------

[buildtimes]

00.02 hours (or 001.18 minutes) - ThinkPad E540 i7 4x2 16GB RAM
00.03 hours (or 001.60 minutes) - ThinkPad W530 i7 4x2 32GB RAM  using
                                  a 64-bit kernel and 32-bit distro
00.03 hours (or 001.90 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo
                                  7200 2GB RAM
00.09 hours (or 005.35 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB
                                  RAM

#---------------------------------------------------------------------

[settings]
build    = default
emacs    = disabled
exepack  = yes
ldbefore = -lgobject-2.0 -lc
ldafter  = -lpcre -lz
license  = See "license*.txt" in installed tree
licfile  = Copyright
tmpsize  = 25M

setpaths = gtkcore luajit zlib

#---------------------------------------------------------------------

[depends]
actools
expat
fontconfig
freetype2
gawk
grep
groff
gtkcore
jpeg
libgd
libpng
ncurses
readline
texinfo
xorg
zlib

#---------------------------------------------------------------------

[configure]
MANBASE=$PKGDIR_PROD/doc

for x in lua lualib lauxlib
do
    treetextsub --pattern="<$x.h>" \
                --newtext="<luajit-2.0/$x.h>" --keeptimes
done

mkdir -p $MANBASE
autoreconf -v --install

sed -e "s|ac_prog in latex latex2e|ac_prog in skiplatex|" \
    -e "s|ac_prog in pdflatex|ac_prog in skippdflatex|" \
    -e "s|ac_prog in tex\$|ac_prog in skiptex|" \
    -i configure

bash ./configure \
    --prefix=$PKGDIR_PROD          \
    --disable-dependency-tracking  \
    --disable-history-file         \
    --disable-wxwidgets            \
    --mandir=$MANBASE              \
    --without-latex                \
    --without-lua                  \
    --without-lisp-files           \
    --without-tutorial

for x in `find . -type f -name Makefile`
do
    sed -e "s|@LIBICONV@||g" -i $x
done

sed -e "s|^MAKEINFO *= *no|MAKEINFO = echo|" \
    -i docs/Makefile
touch  docs/gnuplot.info

cat  > docs/Makefile << END
all:
clean:
install:
END

#---------------------------------------------------------------------

# Original URLs. These URLs were valid at one point, but may have died
# since then. If you download newer versions of tarballs [etc.], don't
# delete  the  original versions,  as you may not  be able  to replace
# them.

[urls]
url_debian  = http://packages.debian.org/unstable/source/gnuplot
url_home    = http://gnuplot.sourceforge.net/
url_lfs     = n/a

url_tarball = http://downloads.sourceforge.net/gnuplot/\
gnuplot-5.4.3.tar.gz

#---------------------------------------------------------------------

[history]
170514 Updated from 4.4.4 to 5.0.6
170912 Updated to 5.2.0
171029 Updated to 5.2.1
171116 Updated to 5.2.2
180505 Updated to 5.2.3
181008 Updated to 5.2.5
190112 Updated to 5.2.6
190529 Updated to 5.2.7
210126 Updated to 5.4.1
220108 Updated to 5.4.3