da6ce6472a
- Remove patch (already in version)
- Add hash for license files
- Change license to "Apache-2.0 with exceptions", see:
f166ad1977
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
530 B
Makefile
17 lines
530 B
Makefile
################################################################################
|
|
#
|
|
# mxml
|
|
#
|
|
################################################################################
|
|
|
|
MXML_VERSION = 3.0
|
|
MXML_SITE = https://github.com/michaelrsweet/mxml/releases/download/v$(MXML_VERSION)
|
|
MXML_LICENSE = Apache-2.0 with exceptions
|
|
MXML_LICENSE_FILES = LICENSE NOTICE
|
|
MXML_INSTALL_STAGING = YES
|
|
|
|
MXML_INSTALL_STAGING_OPTS = DSTROOT=$(STAGING_DIR) install
|
|
MXML_INSTALL_TARGET_OPTS = DSTROOT=$(TARGET_DIR) install
|
|
|
|
$(eval $(autotools-package))
|