lpty: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
fe465fb61f
commit
8bfb7c2df6
@ -376,6 +376,7 @@ source "package/dado/Config.in"
|
||||
source "package/lbase64/Config.in"
|
||||
source "package/ljsyscall/Config.in"
|
||||
source "package/lpeg/Config.in"
|
||||
source "package/lpty/Config.in"
|
||||
source "package/lrandom/Config.in"
|
||||
source "package/lua-cjson/Config.in"
|
||||
source "package/lua-coat/Config.in"
|
||||
|
8
package/lpty/Config.in
Normal file
8
package/lpty/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LPTY
|
||||
bool "lpty"
|
||||
depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
|
||||
help
|
||||
A simple facility for lua to control other programs via
|
||||
PTYs.
|
||||
|
||||
http://www.tset.de/lpty/
|
13
package/lpty/lpty.mk
Normal file
13
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))
|
Loading…
Reference in New Issue
Block a user