da28297091
Enchant requires C++ support, libglib2 and pkg-config. Signed-off-by: Will Newton <will.newton@gmail.com>
17 lines
470 B
Makefile
17 lines
470 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_INSTALL_TARGET = YES
|
|
ENCHANT_LIBTOOL_PATCH = NO
|
|
|
|
ENCHANT_DEPENDENCIES = libglib2 host-pkgconfig
|
|
|
|
$(eval $(call AUTOTARGETS,package,enchant))
|