summaryrefslogtreecommitdiffstats
path: root/src/gendef.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-12-18 05:43:56 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-12-22 21:25:48 (GMT)
commit74163f17940921a2ae0ebc95f4b0916cc5bd7f06 (patch)
treec7b6b422c2749d8251ff1dd5df6e3a38588a0d69 /src/gendef.mk
parent5d832ebf703325cf693a48d092cc4c697d216b57 (diff)
downloadmxe-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/gendef.mk')
-rw-r--r--src/gendef.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gendef.mk b/src/gendef.mk
index b9cb02c..5937476 100644
--- a/src/gendef.mk
+++ b/src/gendef.mk
@@ -1,6 +1,7 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := gendef
+$(PKG)_WEBSITE := http://sourceforge.net/p/mingw-w64/wiki2/gendef/
$(PKG)_IGNORE = $(mingw-w64_IGNORE)
$(PKG)_VERSION = $(mingw-w64_VERSION)
$(PKG)_CHECKSUM = $(mingw-w64_CHECKSUM)