summaryrefslogtreecommitdiff
path: root/package/xavante/xavante.mk
blob: 7c01ee61ea20f319475387cb074ffa190140a56b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
################################################################################
#
# xavante
#
################################################################################

XAVANTE_VERSION = 2.2.1
XAVANTE_SITE = http://github.com/downloads/keplerproject/xavante
XAVANTE_LICENSE = MIT

define XAVANTE_INSTALL_TARGET_CMDS
	$(MAKE) -C $(@D) PREFIX="$(TARGET_DIR)/usr" install
endef

$(eval $(generic-package))