kumquat-buildroot/package/efl/libefreet/libefreet.mk
Romain Naour cf3e4b8288 package/efl: remove shared version number
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>
2015-10-10 12:55:35 +02:00

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