2010-02-21 13:18:06 +01:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# intltool
|
|
|
|
#
|
|
|
|
#############################################################
|
2011-10-25 09:32:19 +02:00
|
|
|
|
|
|
|
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/
|
2010-02-21 13:18:06 +01:00
|
|
|
|
|
|
|
HOST_INTLTOOL_DEPENDENCIES = host-libxml-parser-perl
|
|
|
|
HOST_INTLTOOL_CONF_OPT = \
|
|
|
|
PERLLIB=$(HOST_DIR)/usr/lib/perl
|
|
|
|
|
2011-09-29 21:57:43 +02:00
|
|
|
$(eval $(call AUTOTARGETS))
|
|
|
|
$(eval $(call AUTOTARGETS,host))
|
2010-02-21 13:18:06 +01:00
|
|
|
|