Move all to deprecated folder.
This commit is contained in:
10
deprecated/firmware/buildroot/package/copas/Config.in
Normal file
10
deprecated/firmware/buildroot/package/copas/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_COPAS
|
||||
bool "copas"
|
||||
# Runtime dependency only
|
||||
select BR2_PACKAGE_COXPCALL
|
||||
select BR2_PACKAGE_LUASOCKET
|
||||
help
|
||||
Copas is a dispatcher based on coroutines that
|
||||
can be used by TCP/IP servers.
|
||||
|
||||
http://keplerproject.github.com/copas/
|
||||
2
deprecated/firmware/buildroot/package/copas/copas.hash
Normal file
2
deprecated/firmware/buildroot/package/copas/copas.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 05be032ac2f3a32eb2eb536d41d2f5af620dded6e158c54d1ab0f73d2957dc68 copas-2.0.0-1.src.rock
|
||||
11
deprecated/firmware/buildroot/package/copas/copas.mk
Normal file
11
deprecated/firmware/buildroot/package/copas/copas.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# copas
|
||||
#
|
||||
################################################################################
|
||||
|
||||
COPAS_VERSION = 2.0.0-1
|
||||
COPAS_SUBDIR = copas-2_0_0
|
||||
COPAS_LICENSE = MIT
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user