258d3cda3b
The author of lbase64 maintains 3 separate versions of the package for the 3 Lua versions. Only the 5.1 version is uploaded to luarocks, so that is the one we currently support in Buildroot. However, the three versions are nearly identical. With a small patch, this allows us to support all Lua versions from a single tarball. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
config BR2_PACKAGE_LBASE64
|
|
bool "lbase64"
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
help
|
|
A base64 library for Lua
|
|
|
|
http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64
|