0f9c0bf3d5
Since things are no longer installed in $(HOST_DIR)/usr, the callers should also not refer to it. This is a mechanical change with git grep -l '$(HOST_DIR)/usr/bin' | xargs sed -i 's%$(HOST_DIR)/usr/bin%$(HOST_DIR)/bin%g' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
556 B
Makefile
17 lines
556 B
Makefile
################################################################################
|
|
#
|
|
# terminology
|
|
#
|
|
################################################################################
|
|
|
|
TERMINOLOGY_VERSION = 1.0.0
|
|
TERMINOLOGY_SOURCE = terminology-$(TERMINOLOGY_VERSION).tar.xz
|
|
TERMINOLOGY_SITE = https://download.enlightenment.org/rel/apps/terminology
|
|
TERMINOLOGY_LICENSE = BSD-2-Clause
|
|
TERMINOLOGY_LICENSE_FILES = COPYING
|
|
|
|
TERMINOLOGY_DEPENDENCIES = efl host-pkgconf
|
|
TERMINOLOGY_CONF_OPTS = --with-edje-cc=$(HOST_DIR)/bin/edje_cc
|
|
|
|
$(eval $(autotools-package))
|