aboutsummaryrefslogtreecommitdiff
path: root/lang/luarocks
Commit message (Collapse)AuthorAge
* luarocks: Fix seeded uname (s/m) in siteconfigDavid Thornley2016-12-22
| | | | | | | | LUAROCKS_UNAME_S/LUAROCKS_UNAME_M were being set automatically to host’s architecture and system/kernel name (e.g.. x86 and Darwin for the macOS) The variables can now be supplied to configure via the supplied patch. They are currently _S being hardcoded to “Linux” and _M set to the target architecture in the MakeFile. Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* luarocks: update to 2.2.2Nicolas Thill2015-05-01
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* luarocks: don't use github conflicting tag archives (#1051)Nicolas Thill2015-05-01
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* LuaRocks: Add new packageAmr Hassan2015-03-01
Signed-off-by: Amr Hassan <amr.hassan@gmail.com>