4b0346feda
For change log, see: https://www.greenwoodsoftware.com/less/news.608.html Note 1: the package patch is kept, as it is included in version 609. Note 2: the license file hash changed due to the year update. Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
22 lines
580 B
Makefile
22 lines
580 B
Makefile
################################################################################
|
|
#
|
|
# less
|
|
#
|
|
################################################################################
|
|
|
|
LESS_VERSION = 608
|
|
LESS_SITE = http://www.greenwoodsoftware.com/less
|
|
LESS_LICENSE = GPL-3.0+
|
|
LESS_LICENSE_FILES = COPYING
|
|
LESS_CPE_ID_VENDOR = gnu
|
|
LESS_DEPENDENCIES = ncurses
|
|
|
|
# 0001-End-OSC8-hyperlink-on-invalid-embedded-escape-sequence.patch
|
|
LESS_IGNORE_CVES += CVE-2022-46663
|
|
|
|
define LESS_INSTALL_TARGET_CMDS
|
|
$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
|
|
endef
|
|
|
|
$(eval $(autotools-package))
|