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,8 @@
config BR2_PACKAGE_LPTY
bool "lpty"
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
help
A simple facility for lua to control other programs via
PTYs.
http://www.tset.de/lpty/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 cf263ece9b50a78a7fb2277e3546fbbf0bf6858f41821932d92f2e3d8a065091 lpty-1.0.1-1.src.rock

View File

@@ -0,0 +1,13 @@
################################################################################
#
# lpty
#
################################################################################
LPTY_VERSION_UPSTREAM = 1.0.1
LPTY_VERSION = $(LPTY_VERSION_UPSTREAM)-1
LPTY_SUBDIR = lpty-$(LPTY_VERSION)
LPTY_LICENSE = MIT
LPTY_LICENSE_FILES = $(LPTY_SUBDIR)/doc/LICENSE
$(eval $(luarocks-package))