570e1b77c2
This XML internationalization set of tools is required to build several of our packages, and may not be available on the host machine. Only the host variant has been tested. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
501 B
Makefile
17 lines
501 B
Makefile
#############################################################
|
|
#
|
|
# intltool
|
|
#
|
|
#############################################################
|
|
INTLTOOL_VERSION:=0.40.6
|
|
INTLTOOL_SOURCE:=intltool-$(INTLTOOL_VERSION).tar.bz2
|
|
INTLTOOL_SITE:=http://ftp.acc.umu.se/pub/GNOME/sources/intltool/0.40/
|
|
|
|
HOST_INTLTOOL_DEPENDENCIES = host-libxml-parser-perl
|
|
HOST_INTLTOOL_CONF_OPT = \
|
|
PERLLIB=$(HOST_DIR)/usr/lib/perl
|
|
|
|
$(eval $(call AUTOTARGETS,package,intltool))
|
|
$(eval $(call AUTOTARGETS,package,intltool,host))
|
|
|