Move all to deprecated folder.
This commit is contained in:
7
deprecated/firmware/buildroot/package/less/Config.in
Normal file
7
deprecated/firmware/buildroot/package/less/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LESS
|
||||
bool "less"
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
Excellent text file viewer.
|
||||
|
||||
http://www.greenwoodsoftware.com/
|
||||
2
deprecated/firmware/buildroot/package/less/less.hash
Normal file
2
deprecated/firmware/buildroot/package/less/less.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 3fa38f2cf5e9e040bb44fffaa6c76a84506e379e47f5a04686ab78102090dda5 less-481.tar.gz
|
||||
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