Move all to deprecated folder.
This commit is contained in:
18
deprecated/firmware/buildroot/package/less/less.mk
Normal file
18
deprecated/firmware/buildroot/package/less/less.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# less
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LESS_VERSION = 481
|
||||
LESS_SITE = $(BR2_GNU_MIRROR)/less
|
||||
LESS_LICENSE = GPLv3+
|
||||
LESS_LICENSE_FILES = COPYING
|
||||
# Build after busybox, full-blown is better
|
||||
LESS_DEPENDENCIES = ncurses $(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
|
||||
define LESS_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 $(@D)/less $(TARGET_DIR)/usr/bin/less
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user