mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
parent
edea8785d8
commit
d5af030bee
@ -5,7 +5,7 @@ config BR2_PACKAGE_DIALOG
|
|||||||
help
|
help
|
||||||
dialog - display dialog boxes from shell scripts
|
dialog - display dialog boxes from shell scripts
|
||||||
|
|
||||||
This application provides a method of displaying several different types
|
This application provides a method of displaying several different
|
||||||
of dialog boxes from shell scripts. This allows a developer of a script
|
types of dialog boxes from shell scripts. This allows a developer
|
||||||
to interact with the user in a much friendlier manner.
|
of a script to interact with the user in a much friendlier manner.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
###testing: DIALOG_VERSION:=1.0-20050116-1
|
###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_SOURCE:=dialog_$(DIALOG_VERSION).orig.tar.gz
|
||||||
DIALOG_SITE:=http://ftp.debian.org/debian/pool/main/d/dialog
|
DIALOG_SITE:=http://ftp.debian.org/debian/pool/main/d/dialog
|
||||||
DIALOG_DIR:=$(BUILD_DIR)/dialog-$(DIALOG_VERSION)
|
DIALOG_DIR:=$(BUILD_DIR)/dialog-$(DIALOG_VERSION)
|
||||||
@ -56,3 +56,11 @@ dialog-clean:
|
|||||||
dialog-dirclean:
|
dialog-dirclean:
|
||||||
rm -rf $(DIALOG_DIR)
|
rm -rf $(DIALOG_DIR)
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# Toplevel Makefile options
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
ifeq ($(strip $(BR2_PACKAGE_DIALOG)),y)
|
||||||
|
TARGETS+=dialog
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user