2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2010-02-21 13:18:06 +01:00
|
|
|
#
|
|
|
|
# intltool
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2011-10-25 09:32:19 +02:00
|
|
|
|
2013-06-02 23:16:32 +02:00
|
|
|
INTLTOOL_VERSION = 0.50.2
|
|
|
|
INTLTOOL_SOURCE = intltool-$(INTLTOOL_VERSION).tar.gz
|
|
|
|
INTLTOOL_SITE = https://launchpad.net/intltool/trunk/$(INTLTOOL_VERSION)/+download/
|
|
|
|
INTLTOOL_LICENSE = GPLv2+
|
|
|
|
INTLTOOL_LICENSE_FILES = COPYING
|
2010-02-21 13:18:06 +01:00
|
|
|
|
2013-03-29 02:19:52 +01:00
|
|
|
HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
|
2010-02-21 13:18:06 +01:00
|
|
|
HOST_INTLTOOL_CONF_OPT = \
|
|
|
|
PERLLIB=$(HOST_DIR)/usr/lib/perl
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|
2012-07-03 00:06:54 +02:00
|
|
|
$(eval $(host-autotools-package))
|
2010-02-21 13:18:06 +01:00
|
|
|
|