Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_LESS
bool "less"
select BR2_PACKAGE_NCURSES
help
Excellent text file viewer.
http://www.greenwoodsoftware.com/

View File

@@ -0,0 +1,2 @@
# Locally calculated after checking pgp signature
sha256 3fa38f2cf5e9e040bb44fffaa6c76a84506e379e47f5a04686ab78102090dda5 less-481.tar.gz

View 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))