dialog: bump to version 1.2-20140219
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 13 Jun 2014 14:15:39 +0000 (11:15 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 13 Jun 2014 20:30:46 +0000 (22:30 +0200)
Add a homepage.
Ditch custom install target commands, they're not needed.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/dialog/Config.in
package/dialog/dialog.mk

index c7cd8a46e3d92829cd97db20004cc6a850b6b04e..929ab466aa2b692fdefc5aaea007d245d56f1b01 100644 (file)
@@ -11,6 +11,8 @@ config BR2_PACKAGE_DIALOG
          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
+
 comment "dialog needs a toolchain w/ threads"
        depends on !BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU
index e2ce09bc121ba6cd54502c53523d8484cb98ffb1..6dc9066934d8a70ba4793b90841204f8c125f526 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DIALOG_VERSION = 1.1-20111020
+DIALOG_VERSION = 1.2-20140219
 DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz
 DIALOG_SITE = ftp://invisible-island.net/dialog
 DIALOG_CONF_OPT = --with-ncurses
@@ -17,8 +17,4 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
 DIALOG_DEPENDENCIES += libiconv
 endif
 
-define DIALOG_INSTALL_TARGET_CMDS
-       $(INSTALL) -c $(@D)/dialog $(TARGET_DIR)/usr/bin/dialog
-endef
-
 $(eval $(autotools-package))