ed231e7b8b
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
18 lines
436 B
Makefile
18 lines
436 B
Makefile
################################################################################
|
|
#
|
|
# less
|
|
#
|
|
################################################################################
|
|
|
|
LESS_VERSION = 487
|
|
LESS_SITE = $(BR2_GNU_MIRROR)/less
|
|
LESS_LICENSE = GPL-3.0+
|
|
LESS_LICENSE_FILES = COPYING
|
|
LESS_DEPENDENCIES = ncurses
|
|
|
|
define LESS_INSTALL_TARGET_CMDS
|
|
$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
|
|
endef
|
|
|
|
$(eval $(autotools-package))
|