kumquat-buildroot/package/enchant/enchant.mk
Fabrice Fontaine e90729b5b1 package/enchant: bump to version 2.2.8
- Update site to get latest version
- Update hash of COPYING.LIB (update in FSF address with
  adcb08292d)
- Update indentation in hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-07-25 23:48:00 +02:00

16 lines
461 B
Makefile

################################################################################
#
# enchant
#
################################################################################
ENCHANT_VERSION = 2.2.8
ENCHANT_SITE = \
https://github.com/AbiWord/enchant/releases/download/v$(ENCHANT_VERSION)
ENCHANT_INSTALL_STAGING = YES
ENCHANT_DEPENDENCIES = libglib2 host-pkgconf
ENCHANT_LICENSE = LGPL-2.1+
ENCHANT_LICENSE_FILES = COPYING.LIB
$(eval $(autotools-package))