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>
18 lines
495 B
Makefile
18 lines
495 B
Makefile
################################################################################
|
|
#
|
|
# libefreet
|
|
#
|
|
################################################################################
|
|
|
|
LIBEFREET_VERSION = 1.7.10
|
|
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))
|