mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-14 07:43:32 +08:00
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>
18 lines
504 B
Makefile
18 lines
504 B
Makefile
################################################################################
|
|
#
|
|
# libefreet
|
|
#
|
|
################################################################################
|
|
|
|
LIBEFREET_VERSION = $(EFL_VERSION)
|
|
LIBEFREET_SOURCE = efreet-$(LIBEFREET_VERSION).tar.bz2
|
|
LIBEFREET_SITE = http://download.enlightenment.org/releases/
|
|
LIBEFREET_LICENSE = BSD-2c
|
|
LIBEFREET_LICENSE_FILES = COPYING
|
|
|
|
LIBEFREET_INSTALL_STAGING = YES
|
|
|
|
LIBEFREET_DEPENDENCIES = libeina libeet libecore
|
|
|
|
$(eval $(autotools-package))
|