0e2e7c71d0
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com) Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
540 B
Makefile
18 lines
540 B
Makefile
################################################################################
|
|
#
|
|
# intltool
|
|
#
|
|
################################################################################
|
|
|
|
INTLTOOL_VERSION = 0.50.2
|
|
INTLTOOL_SITE = https://launchpad.net/intltool/trunk/$(INTLTOOL_VERSION)/+download/
|
|
INTLTOOL_LICENSE = GPLv2+
|
|
INTLTOOL_LICENSE_FILES = COPYING
|
|
|
|
HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
|
|
HOST_INTLTOOL_CONF_OPT = \
|
|
PERLLIB=$(HOST_DIR)/usr/lib/perl
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|