buildrootschalter/package/nano/nano.mk

22 lines
524 B
Makefile
Raw Normal View History

2004-10-08 20:00:32 +02:00
#############################################################
#
# nano
#
#############################################################
NANO_VERSION = 2.3.1
NANO_SITE = http://www.nano-editor.org/dist/v2.3
NANO_MAKE_ENV = CURSES_LIB="-lncurses"
NANO_CONF_OPT = --without-slang --enable-tiny
NANO_DEPENDENCIES = ncurses
2004-10-08 20:00:32 +02:00
define NANO_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(@D)/src/nano $(TARGET_DIR)/usr/bin/nano
endef
2004-10-08 20:00:32 +02:00
define NANO_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/nano
endef
$(eval $(call AUTOTARGETS))