more fixes/updates
[hdw-linux/hdw-linux.git] / packages / science / gnuplot / gnuplot
index a924ce7..7a19ac7 100644 (file)
@@ -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
+#              }