Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/lpty/Config.in
Normal file
8
deprecated/firmware/buildroot/package/lpty/Config.in
Normal 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/
|
||||
2
deprecated/firmware/buildroot/package/lpty/lpty.hash
Normal file
2
deprecated/firmware/buildroot/package/lpty/lpty.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 cf263ece9b50a78a7fb2277e3546fbbf0bf6858f41821932d92f2e3d8a065091 lpty-1.0.1-1.src.rock
|
||||
13
deprecated/firmware/buildroot/package/lpty/lpty.mk
Normal file
13
deprecated/firmware/buildroot/package/lpty/lpty.mk
Normal 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))
|
||||
Reference in New Issue
Block a user