summaryrefslogtreecommitdiffstats
path: root/src/widl.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-12-23 19:53:56 (GMT)
committerGitHub <noreply@github.com>2016-12-23 19:53:56 (GMT)
commit9fb153c4f164b63de77c3140edb8bbefd5d6b340 (patch)
tree3aaae5bf0bd7157d429196a83dcbda04f4ae51b1 /src/widl.mk
parentba612dbe145e6a12696098ae021e87367334101e (diff)
parentef22fd584316d645787fe0929717dc2ae81119fd (diff)
downloadmxe-9fb153c4f164b63de77c3140edb8bbefd5d6b340.zip
mxe-9fb153c4f164b63de77c3140edb8bbefd5d6b340.tar.gz
mxe-9fb153c4f164b63de77c3140edb8bbefd5d6b340.tar.bz2
Merge pull request #1602 from LuaAndC/pkg-dscr-in-mk
Move package metadata from index.html to src/*.mk
Diffstat (limited to 'src/widl.mk')
-rw-r--r--src/widl.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widl.mk b/src/widl.mk
index d589a3c..1e8d8f7 100644
--- a/src/widl.mk
+++ b/src/widl.mk
@@ -4,6 +4,8 @@
# avoid downloading Wine's entire tree.
PKG := widl
+$(PKG)_WEBSITE := https://www.winehq.org/docs/widl/
+$(PKG)_DESCR := Wine IDL Compiler
$(PKG)_IGNORE = $(mingw-w64_IGNORE)
$(PKG)_VERSION = $(mingw-w64_VERSION)
$(PKG)_CHECKSUM = $(mingw-w64_CHECKSUM)