diff options
Diffstat (limited to 'src/libtool.mk')
-rw-r--r-- | src/libtool.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libtool.mk b/src/libtool.mk index 11b28df..77be703 100644 --- a/src/libtool.mk +++ b/src/libtool.mk @@ -1,6 +1,8 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := libtool +$(PKG)_WEBSITE := https://www.gnu.org/software/libtool/ +$(PKG)_DESCR := GNU Libtool $(PKG)_IGNORE := $(PKG)_VERSION := 2.4.4 $(PKG)_CHECKSUM := 159d4e20c201f929e3562536d3ae6b5e605403fa4bb4e72ef197a4e162c3fedf |