kumquat-buildroot/package/expedite/expedite.mk
Vicente Olivert Riera 3490e53eb9 expedite: use a tar.bz2 tarball to save bandwitdh and disk space
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-12-14 17:53:32 +01:00

22 lines
627 B
Makefile

################################################################################
#
# expedite
#
################################################################################
EXPEDITE_VERSION = 1.7.10
EXPEDITE_SOURCE = expedite-$(EXPEDITE_VERSION).tar.bz2
EXPEDITE_SITE = http://download.enlightenment.org/releases
EXPEDITE_LICENSE = BSD-2c
EXPEDITE_LICENSE_FILES = COPYING
EXPEDITE_DEPENDENCIES = libevas libeina libeet
ifeq ($(BR2_PACKAGE_LIBEVAS_X11),y)
EXPEDITE_CONF_OPTS += --with-x=$(STAGING_DIR) \
--x-includes=$(STAGING_DIR)/usr/include \
--x-libraries=$(STAGING_DIR)/usr/lib
endif
$(eval $(autotools-package))