buildrootschalter/package/dialog/dialog.mk

22 lines
520 B
Makefile
Raw Normal View History

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