summaryrefslogtreecommitdiffstats
path: root/package/mxml/mxml.mk
blob: ac270bd1bbc736d79da8afba6ff96497a748a380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
################################################################################
#
# mxml
#
################################################################################

MXML_VERSION = 2.10
MXML_SITE = https://github.com/michaelrsweet/mxml/releases/download/release-$(MXML_VERSION)
MXML_LICENSE = LGPL-2.0+ with exceptions
MXML_LICENSE_FILES = COPYING
MXML_INSTALL_STAGING = YES

MXML_INSTALL_STAGING_OPTS = DSTROOT=$(STAGING_DIR) install
MXML_INSTALL_TARGET_OPTS = DSTROOT=$(TARGET_DIR) install

$(eval $(autotools-package))
OpenPOWER on IntegriCloud