X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=blobdiff_plain;f=packages%2Fscience%2Fgnuplot%2Fgnuplot;h=7a19ac7a806e93f5c3b948438ab4775261ce82b8;hp=a924ce746d7cb898b0c803350cb4aa2fa68d722e;hb=68b3c0e550c8bf2727836aa2b9b1039a332e8e32;hpb=f5392ac6a08f8ee45154ab0ce31db7ed6a668920 diff --git a/packages/science/gnuplot/gnuplot b/packages/science/gnuplot/gnuplot index a924ce7..7a19ac7 100644 --- a/packages/science/gnuplot/gnuplot +++ b/packages/science/gnuplot/gnuplot @@ -4,18 +4,18 @@ # # [V] 4.0.0 # [S] 3-6 -# [D] gnuplot-4.0.0.tar.gz ftp://ftp.ucc.ie/pub/gnuplot/ +# [D] gnuplot-4.0.0.tar.gz ftp://ftp.gnuplot.info/pub/gnuplot/ flist_pruned="$flist_pruned|usr/include/libpng12/pngconf.h" confopt="$confopt --without-gd" -pre_install() { - # ugly hack - modify pngconf.h - cp $prefix/include/libpng12/pngconf.h orig~ - sed 's%__png.h__%// __png.h__%' orig~ > tmp~ - sed 's%__dont__%// __dont__%' tmp~ > $prefix/include/libpng12/pngconf.h - } - -post_install() { - cp orig~ $prefix/include/libpng12/pngconf.h - } +#pre_install() { +# # ugly hack - modify pngconf.h +# cp $prefix/include/libpng12/pngconf.h orig~ +# sed 's%__png.h__%// __png.h__%' orig~ > tmp~ +# sed 's%__dont__%// __dont__%' tmp~ > $prefix/include/libpng12/pngconf.h +# } +# +#post_install() { +# cp orig~ $prefix/include/libpng12/pngconf.h +# }