summaryrefslogtreecommitdiffstats
path: root/package/dialog
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-22 13:38:04 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-12-22 13:38:04 +0000
commitd5af030bee35a4d7193846fc0a873c52a34505ab (patch)
tree40313bb7d830929adfcc45b6590aff7c26174771 /package/dialog
parentedea8785d84d95e07c50490180d3cf08723d70f4 (diff)
downloadbuildroot-novena-d5af030bee35a4d7193846fc0a873c52a34505ab.tar.gz
buildroot-novena-d5af030bee35a4d7193846fc0a873c52a34505ab.zip
- bump version
- add to targets. Closes #724
Diffstat (limited to 'package/dialog')
-rw-r--r--package/dialog/Config.in6
-rw-r--r--package/dialog/dialog.mk10
2 files changed, 12 insertions, 4 deletions
diff --git a/package/dialog/Config.in b/package/dialog/Config.in
index 8f9c915b6..46b3b73cd 100644
--- a/package/dialog/Config.in
+++ b/package/dialog/Config.in
@@ -5,7 +5,7 @@ config BR2_PACKAGE_DIALOG
help
dialog - display dialog boxes from shell scripts
- 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.
+ 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.
diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk
index 28987d405..08e3e3a86 100644
--- a/package/dialog/dialog.mk
+++ b/package/dialog/dialog.mk
@@ -4,7 +4,7 @@
#
#############################################################
###testing: DIALOG_VERSION:=1.0-20050116-1
-DIALOG_VERSION:=1.0-20050206
+DIALOG_VERSION:=1.0-20060221
DIALOG_SOURCE:=dialog_$(DIALOG_VERSION).orig.tar.gz
DIALOG_SITE:=http://ftp.debian.org/debian/pool/main/d/dialog
DIALOG_DIR:=$(BUILD_DIR)/dialog-$(DIALOG_VERSION)
@@ -56,3 +56,11 @@ dialog-clean:
dialog-dirclean:
rm -rf $(DIALOG_DIR)
+#############################################################
+#
+# Toplevel Makefile options
+#
+#############################################################
+ifeq ($(strip $(BR2_PACKAGE_DIALOG)),y)
+TARGETS+=dialog
+endif