300f9c9c9d
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
428 B
Makefile
16 lines
428 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_DEPENDENCIES = libglib2 host-pkg-config
|
|
|
|
$(eval $(call AUTOTARGETS))
|