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/dlfcn-win32.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/dlfcn-win32.mk')
-rw-r--r-- | src/dlfcn-win32.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dlfcn-win32.mk b/src/dlfcn-win32.mk index 9dce880..58012d8 100644 --- a/src/dlfcn-win32.mk +++ b/src/dlfcn-win32.mk @@ -1,6 +1,8 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := dlfcn-win32 +$(PKG)_WEBSITE := https://code.google.com/p/dlfcn-win32/ +$(PKG)_DESCR := POSIX dlfcn wrapper for Windows $(PKG)_IGNORE := $(PKG)_VERSION := e19bf07 $(PKG)_CHECKSUM := 6b31a8547547af27e5dfc092df1ea2c6ac562ce47b7ec08a0a4da4ed0b002767 |