include $(TOPDIR)/rules.mk
PKG_NAME:=gnuplot
-PKG_VERSION:=4.4.4
+PKG_VERSION:=4.6.0
PKG_RELEASE:=1
PKG_INSTALL:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/gnuplot
-PKG_MD5SUM:=97a43328e81e57ebed7f135ca0c07e82
+PKG_MD5SUM:=8e6e92b4596ea0eb75e16a57fc79efec
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
--without-row-help \
--without-lisp-files \
--disable-wxwidgets \
- --without-lua
+ --without-lua \
+ --without-cairo
define Package/gnuplot/install
$(INSTALL_DIR) $(1)/usr/bin
--- a/Makefile.in
+++ b/Makefile.in
-@@ -240,7 +240,7 @@ top_build_prefix = @top_build_prefix@
+@@ -250,7 +250,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign 1.2h
+SUBDIRS = config m4 term src $(LISPDIR) share
EXTRA_DIST = BUGS CodeStyle Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \
Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST \
- VERSION configure.vms pm3d
+ VERSION configure.vms pm3d win