From: <abe...@us...> - 2016-02-01 13:39:11
|
Revision: 7493 http://sourceforge.net/p/astlinux/code/7493 Author: abelbeck Date: 2016-02-01 13:39:09 +0000 (Mon, 01 Feb 2016) Log Message: ----------- dialog, version bump to 1.2-20150125 Modified Paths: -------------- branches/1.0/package/dialog/Config.in branches/1.0/package/dialog/dialog.mk Modified: branches/1.0/package/dialog/Config.in =================================================================== --- branches/1.0/package/dialog/Config.in 2016-02-01 12:51:16 UTC (rev 7492) +++ branches/1.0/package/dialog/Config.in 2016-02-01 13:39:09 UTC (rev 7493) @@ -8,3 +8,5 @@ This application provides a method of displaying several different types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner. + + http://invisible-island.net/dialog/dialog.html Modified: branches/1.0/package/dialog/dialog.mk =================================================================== --- branches/1.0/package/dialog/dialog.mk 2016-02-01 12:51:16 UTC (rev 7492) +++ branches/1.0/package/dialog/dialog.mk 2016-02-01 13:39:09 UTC (rev 7493) @@ -3,13 +3,17 @@ # dialog # ############################################################# -DIALOG_VERSION = 1.1-20111020 +DIALOG_VERSION = 1.2-20150125 DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz DIALOG_SITE = ftp://invisible-island.net/dialog -DIALOG_CONF_OPT = --with-ncurses -DIALOG_CONF_ENV = ac_cv_path_NCURSES_CONFIG=true LIBS=-lncurses -DIALOG_DEPENDENCIES = ncurses +DIALOG_DEPENDENCIES = host-pkg-config ncurses +DIALOG_CONF_OPT = \ + --with-ncurses \ + --with-curses-dir=$(STAGING_DIR)/usr \ + --disable-rpath-hack \ + NCURSES_CONFIG=$(STAGING_DIR)/usr/bin/ncurses5-config + ifneq ($(BR2_ENABLE_LOCALE),y) DIALOG_DEPENDENCIES+=libiconv endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |