0bd7fd495e
Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
436 B
Makefile
18 lines
436 B
Makefile
################################################################################
|
|
#
|
|
# less
|
|
#
|
|
################################################################################
|
|
|
|
LESS_VERSION = 530
|
|
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))
|