Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_CGILUA
bool "cgilua"
# Runtime dependency only
select BR2_PACKAGE_LUAFILESYSTEM
help
CGILua is a tool for creating dynamic HTML pages
and manipulating input data from Web forms.
http://keplerproject.github.com/cgilua

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 8e9ef583f8e1c5b600ebc6bb04924a61f72320130410191a9c56d7295fb02be1 cgilua-5.1.4-2.src.rock

View File

@@ -0,0 +1,10 @@
################################################################################
#
# cgilua
#
################################################################################
CGILUA_VERSION = 5.1.4-2
CGILUA_LICENSE = MIT
$(eval $(luarocks-package))