blob: 19b523858a59a2cc6ae6f2a4d7fcbc75e37e6c5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#############################################################
#
# 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 $(autotools-package))
$(eval $(host-autotools-package))
|