diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-12-18 05:43:56 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-12-22 21:25:48 (GMT) |
commit | 74163f17940921a2ae0ebc95f4b0916cc5bd7f06 (patch) | |
tree | c7b6b422c2749d8251ff1dd5df6e3a38588a0d69 /src/tinyxml2.mk | |
parent | 5d832ebf703325cf693a48d092cc4c697d216b57 (diff) | |
download | mxe-74163f17940921a2ae0ebc95f4b0916cc5bd7f06.zip mxe-74163f17940921a2ae0ebc95f4b0916cc5bd7f06.tar.gz mxe-74163f17940921a2ae0ebc95f4b0916cc5bd7f06.tar.bz2 |
add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422
Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
Diffstat (limited to 'src/tinyxml2.mk')
-rw-r--r-- | src/tinyxml2.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tinyxml2.mk b/src/tinyxml2.mk index 4a7b7b8..c313d07 100644 --- a/src/tinyxml2.mk +++ b/src/tinyxml2.mk @@ -1,6 +1,7 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := tinyxml2 +$(PKG)_WEBSITE := http://grinninglizard.com/tinyxml2/ $(PKG)_IGNORE := $(PKG)_VERSION := 4.0.1 $(PKG)_CHECKSUM := 14b38ef25cc136d71339ceeafb4856bb638d486614103453eccd323849267f20 |