1d39d1df19
While at it add license file hash. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
25 lines
721 B
Makefile
25 lines
721 B
Makefile
################################################################################
|
|
#
|
|
# expedite
|
|
#
|
|
################################################################################
|
|
|
|
EXPEDITE_VERSION = 6a69955e71a00a720e1b0a9bc7b64dd3dd5673db
|
|
EXPEDITE_SITE = http://git.enlightenment.org/tools/expedite.git
|
|
EXPEDITE_SITE_METHOD = git
|
|
EXPEDITE_LICENSE = BSD-2-Clause
|
|
EXPEDITE_LICENSE_FILES = COPYING
|
|
|
|
EXPEDITE_DEPENDENCIES = host-efl host-pkgconf efl
|
|
|
|
# There is no configure script in the git tree.
|
|
EXPEDITE_AUTORECONF = YES
|
|
|
|
ifeq ($(BR2_PACKAGE_EFL_X_XLIB),y)
|
|
EXPEDITE_CONF_OPTS += --with-x=$(STAGING_DIR) \
|
|
--x-includes=$(STAGING_DIR)/usr/include \
|
|
--x-libraries=$(STAGING_DIR)/usr/lib
|
|
endif
|
|
|
|
$(eval $(autotools-package))
|