You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
377 B
15 lines
377 B
################################################################################
|
|
#
|
|
# less
|
|
#
|
|
################################################################################
|
|
|
|
LESS_VERSION = 590
|
|
LESS_DIR = less-$(LESS_VERSION)
|
|
LESS_SOURCE = less-$(LESS_VERSION).tar.gz
|
|
LESS_SITE = $(GNU_MIRROR)/less
|
|
|
|
LESS_DEPENDENCIES = ncurses
|
|
|
|
less: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|