buildrootschalter/package/orbit/orbit.mk
Francois Perrad 5886f8c339 lua*: refactor with luarocks infrastructure
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-01-13 23:18:29 +01:00

14 lines
403 B
Makefile

################################################################################
#
# orbit
#
################################################################################
ORBIT_VERSION_UPSTREAM = 2.2.0
ORBIT_VERSION = $(ORBIT_VERSION_UPSTREAM)-2
ORBIT_SUBDIR = orbit-$(ORBIT_VERSION_UPSTREAM)
ORBIT_LICENSE = MIT
ORBIT_LICENSE_FILES = $(ORBIT_SUBDIR)/doc/us/license.md
$(eval $(luarocks-package))