4753416d1d
All the EFL components are released simultaneously, with an identical version number, just like all Qt5 components for example. So it makes sense to have a single EFL_VERSION variable in package/efl/efl.mk that is used by all the packages in package/efl/*/*.mk. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
551 B
Makefile
19 lines
551 B
Makefile
################################################################################
|
|
#
|
|
# libembryo
|
|
#
|
|
################################################################################
|
|
|
|
LIBEMBRYO_VERSION = $(EFL_VERSION)
|
|
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))
|