summaryrefslogtreecommitdiff
path: root/package/less/less.mk
blob: b758e468ead225e33c63fd1ebc9ca82484bd7ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#############################################################
#
# less
#
#############################################################

LESS_VERSION = 444
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 $(autotools-package))