20c79086f1
[Peter: add upstream URL, remove redundant _INSTALL_TARGET] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
427 B
Makefile
16 lines
427 B
Makefile
#############################################################
|
|
#
|
|
# libembryo
|
|
#
|
|
#############################################################
|
|
|
|
LIBEMBRYO_VERSION = 1.1.0
|
|
LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
|
|
LIBEMBRYO_SITE = http://download.enlightenment.org/releases/
|
|
LIBEMBRYO_INSTALL_STAGING = YES
|
|
|
|
LIBEMBRYO_DEPENDENCIES = host-pkg-config libeina
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(call AUTOTARGETS,host))
|