kumquat-buildroot/package/less/less.mk

20 lines
434 B
Makefile
Raw Normal View History

2003-11-12 23:43:51 +01:00
#############################################################
#
# less
#
#############################################################
LESS_VERSION = 444
LESS_SITE = http://www.greenwoodsoftware.com/less
LESS_DEPENDENCIES = ncurses
2003-11-12 23:43:51 +01:00
define LESS_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
endef
2003-11-12 23:43:51 +01:00
define LESS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/less
endef
$(eval $(call AUTOTARGETS))