cf3e4b8288
This is necessary to move efl packages to package directory and prepare the efl version bump to the latest release. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
542 B
Makefile
19 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# libembryo
|
|
#
|
|
################################################################################
|
|
|
|
LIBEMBRYO_VERSION = 1.7.10
|
|
LIBEMBRYO_SOURCE = embryo-$(LIBEMBRYO_VERSION).tar.bz2
|
|
LIBEMBRYO_SITE = http://download.enlightenment.org/releases
|
|
LIBEMBRYO_LICENSE = BSD-2c, Embryo license
|
|
LIBEMBRYO_LICENSE_FILES = COPYING
|
|
|
|
LIBEMBRYO_INSTALL_STAGING = YES
|
|
|
|
LIBEMBRYO_DEPENDENCIES = host-pkgconf libeina
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|