mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
For change log, see: https://www.greenwoodsoftware.com/less/news.704.html Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
379 B
Makefile
15 lines
379 B
Makefile
################################################################################
|
|
#
|
|
# less
|
|
#
|
|
################################################################################
|
|
|
|
LESS_VERSION = 704
|
|
LESS_SITE = http://www.greenwoodsoftware.com/less
|
|
LESS_LICENSE = GPL-3.0+
|
|
LESS_LICENSE_FILES = COPYING
|
|
LESS_CPE_ID_VENDOR = gnu
|
|
LESS_DEPENDENCIES = ncurses
|
|
|
|
$(eval $(autotools-package))
|