8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20 lines
595 B
Makefile
20 lines
595 B
Makefile
################################################################################
|
|
#
|
|
# intltool
|
|
#
|
|
################################################################################
|
|
|
|
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
|
|
|
|
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))
|
|
|