Version bump gnuplot to 4.4.4 and add libreadline dependency.
Signed-off-by: Ian Leonard <[email protected]> --- Index: packages/utils/gnuplot/Makefile =================================================================== --- packages/utils/gnuplot/Makefile (revision 29471) +++ packages/utils/gnuplot/Makefile (working copy) @@ -1,14 +1,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gnuplot -PKG_VERSION:=4.4.0 -PKG_RELEASE:=2 +PKG_VERSION:=4.4.4 +PKG_RELEASE:=1 PKG_INSTALL=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/gnuplot -PKG_MD5SUM:=e708665bd512153ad5c35252fe499059 +PKG_MD5SUM:=97a43328e81e57ebed7f135ca0c07e82 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/nls.mk @@ -24,7 +24,7 @@ define Package/gnuplot SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libncurses +uclibcxx +zlib +libpng +libfreetype +libgd $(INTL_DEPENDS) $(ICONV_DEPENDS) + DEPENDS:=+libncurses +uclibcxx +zlib +libpng +libfreetype +libgd +libreadline $(INTL_DEPENDS) $(ICONV_DEPENDS) TITLE:=A portable command-line driven graphing utility URL:=http://sourceforge.net/projects/gnuplot/ endef _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
