[packages] gnuplot: update to 4.6.0

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31832 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2012-05-20 19:46:56 +00:00
parent 669fdc6120
commit 1436320d30
2 changed files with 6 additions and 5 deletions

View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gnuplot PKG_NAME:=gnuplot
PKG_VERSION:=4.4.4 PKG_VERSION:=4.6.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_INSTALL:=1 PKG_INSTALL:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/gnuplot PKG_SOURCE_URL:=@SF/gnuplot
PKG_MD5SUM:=97a43328e81e57ebed7f135ca0c07e82 PKG_MD5SUM:=8e6e92b4596ea0eb75e16a57fc79efec
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
@ -49,7 +49,8 @@ CONFIGURE_ARGS += \
--without-row-help \ --without-row-help \
--without-lisp-files \ --without-lisp-files \
--disable-wxwidgets \ --disable-wxwidgets \
--without-lua --without-lua \
--without-cairo
define Package/gnuplot/install define Package/gnuplot/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin

View File

@ -1,6 +1,6 @@
--- a/Makefile.in --- a/Makefile.in
+++ b/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_builddir = @top_builddir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign 1.2h AUTOMAKE_OPTIONS = foreign 1.2h
@ -8,4 +8,4 @@
+SUBDIRS = config m4 term src $(LISPDIR) share +SUBDIRS = config m4 term src $(LISPDIR) share
EXTRA_DIST = BUGS CodeStyle Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \ EXTRA_DIST = BUGS CodeStyle Copyright FAQ.pdf GNUmakefile INSTALL INSTALL.gnu \
Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST \ Makefile.maint PATCHLEVEL PGPKEYS PORTING README README.1ST \
VERSION configure.vms pm3d VERSION configure.vms pm3d win