kumquat-buildroot/package/less/less.mk
Gustavo Zacarias 67be03806f less: bump to version 443
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-04-21 23:32:25 +02:00

20 lines
447 B
Makefile

#############################################################
#
# less
#
#############################################################
LESS_VERSION = 443
LESS_SITE = http://www.greenwoodsoftware.com/less
LESS_DEPENDENCIES = ncurses
define LESS_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
endef
define LESS_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/less
endef
$(eval $(call AUTOTARGETS,package,less))