8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
434 B
Makefile
14 lines
434 B
Makefile
################################################################################
|
|
#
|
|
# enchant
|
|
#
|
|
################################################################################
|
|
|
|
ENCHANT_VERSION = 1.5.0
|
|
ENCHANT_SOURCE = enchant-$(ENCHANT_VERSION).tar.gz
|
|
ENCHANT_SITE = http://www.abisource.com/downloads/enchant/$(ENCHANT_VERSION)
|
|
ENCHANT_INSTALL_STAGING = YES
|
|
ENCHANT_DEPENDENCIES = libglib2 host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|