e1502ebc0c
Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 lines
398 B
Makefile
13 lines
398 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-pkg-config
|
|
|
|
$(eval $(autotools-package))
|