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.
16 lines
377 B
16 lines
377 B
4 years ago
|
################################################################################
|
||
|
#
|
||
|
# less
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
LESS_VERSION = 563
|
||
|
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)
|