buildrootschalter/package/orbit/orbit.mk
Thomas Petazzoni 0279c7a1eb orbit: fix ORBIT_LICENSE_FILES
Fixes:

  http://autobuild.buildroot.org/results/33e/33e4e65301679e46cd80a1a123f45647376e60ce/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-09-01 21:43:07 +02:00

20 lines
491 B
Makefile

################################################################################
#
# orbit
#
################################################################################
ORBIT_VERSION = 2.2.0
ORBIT_SITE = http://github.com/downloads/keplerproject/orbit
ORBIT_LICENSE = MIT
ORBIT_LICENSE_FILES = doc/us/license.md
define ORBIT_INSTALL_TARGET_CMDS
$(MAKE) -C $(@D) \
LUA_DIR=$(TARGET_DIR)/usr/share/lua/ \
BIN_DIR=$(TARGET_DIR)/usr/bin \
install
endef
$(eval $(generic-package))