more fixes/updates
[hdw-linux/hdw-linux.git] / packages / science / gnuplot / gnuplot
1 # hdw - linux gnuplot package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 4.0.0
6 # [S] 3-6
7 # [D] gnuplot-4.0.0.tar.gz ftp://ftp.gnuplot.info/pub/gnuplot/
8
9 flist_pruned="$flist_pruned|usr/include/libpng12/pngconf.h"
10 confopt="$confopt --without-gd"
11
12 #pre_install()  {
13 #       # ugly hack - modify pngconf.h
14 #       cp $prefix/include/libpng12/pngconf.h orig~
15 #       sed 's%__png.h__%// __png.h__%' orig~ > tmp~
16 #       sed 's%__dont__%// __dont__%' tmp~ > $prefix/include/libpng12/pngconf.h
17 #               }
18 #
19 #post_install() {
20 #       cp orig~ $prefix/include/libpng12/pngconf.h
21 #               }