mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
The project moved to github, the current download URL is broken:
$ wget -q http://www.msweet.org/files/project3/mxml-2.10.tar.gz
$ file mxml-2.10.tar.gz
mxml-2.10.tar.gz: HTML document, UTF-8 Unicode text, with very long lines
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit eca61c93d5)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
528 B
Makefile
17 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# mxml
|
|
#
|
|
################################################################################
|
|
|
|
MXML_VERSION = 2.10
|
|
MXML_SITE = https://github.com/michaelrsweet/mxml/releases/download/release-$(MXML_VERSION)
|
|
MXML_LICENSE = LGPLv2+ 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))
|