buildroot/package/dialog/dialog.mk

22 lines
552 B
Makefile
Raw Normal View History

2006-01-23 11:27:46 -07:00
#############################################################
#
# dialog
#
#############################################################
DIALOG_VERSION:=1.1-20100428
2007-08-12 18:12:49 -06:00
DIALOG_SOURCE:=dialog-$(DIALOG_VERSION).tgz
DIALOG_SITE:=ftp://invisible-island.net/dialog
DIALOG_CONF_OPT = --with-ncurses
DIALOG_DEPENDENCIES = ncurses
2006-01-23 11:27:46 -07:00
define DIALOG_INSTALL_TARGET_CMDS
install -c $(@D)/dialog $(TARGET_DIR)/usr/bin/dialog
endef
2006-01-23 11:27:46 -07:00
define DIALOG_POST_CLEAN
-$(MAKE) -C $(@D) clean
rm -f $(TARGET_DIR)/usr/bin/dialog
endef
2006-01-23 11:27:46 -07:00
$(eval $(call AUTOTARGETS,package,dialog))