summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* remove virtual package all-rocksBoris Nagaev2015-12-062-8/+1
| | | | | | | | | > There's also now an automatic all-<plugin> target which is the > last segment of the plugin path. all-rocks.mk can be removed > and make all-luarocks MXE_PLUGIN_DIRS=plugins/luarocks ... > will work. See #1017
* switch to new argument for MXE_GET_GITHUB_TAGSBoris Nagaev2015-12-063-6/+3
|
* lpeg.mk, luarocks.mk: s/sort/$(SORT)/Boris Nagaev2015-12-062-2/+2
|
* add _WEBSITE and _OWNER to luarocks/*.mkBoris Nagaev2015-12-066-0/+12
|
* install lua symlinks to $(PREFIX)/$(BUILD)/binBoris Nagaev2015-12-061-1/+1
| | | | | | | ... instead of $(PREFIX)/bin, not to clobber the user's normal tools. See #1017
* move lua_SHORTVER from luarocks.mk to lua.mkBoris Nagaev2015-12-061-2/+0
| | | | See #1017
* luarocks: separate build and installBoris Nagaev2015-12-061-1/+2
| | | | | | | | > install doesn't depend on build so (on OSX) the symlink is > created first and doesn't have execute permissions. These > steps should be separated. See #1017
* add plugin luarocksBoris Nagaev2015-12-0614-0/+622
| | | | | | | | | | LuaRocks plugin adds * package "luarocks" * several packages with rocks (lpeg, luasocket, llthreads2, lua-rapidjson) * plugins/luarocks/README.md * virtual rock "all-rocks" depending on all rocks * short test for rocks
* add package "tor" to plugin "apps"Boris Nagaev2015-12-031-0/+27
| | | | | | | | | Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security. https://www.torproject.org/
* qt-min plugin: echo inclusion of overrideTony Theodore2015-12-031-0/+2
|
* plugins: remove *_MAKEFILE boilerplateTony Theodore2015-11-3011-11/+0
|
* gettext, libiconv, libtool native plugins: fix variable redefinitionTony Theodore2015-11-303-3/+3
|
* plugins: add gcc52 overlayTony Theodore2015-11-261-0/+25
|
* plugins: add qt override example with minimal deps and custom cflagsTony Theodore2015-11-261-0/+82
|
* add native and apps plugin packagesTony Theodore2015-11-2616-0/+415