kumquat-buildroot/package/efl/libembryo/libembryo.mk
Thomas Petazzoni 4753416d1d efl: factorize version number as EFL_VERSION
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>
2013-07-07 21:43:49 +02:00

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))