libnetfilter_cthelper: add patch for uclinux tuple
[buildroot-gz.git] / package / intltool / intltool.mk
blobf3c1e67304ffa9d2bc3d2b06af30c43294df8f90
1 ################################################################################
3 # intltool
5 ################################################################################
7 INTLTOOL_VERSION = 0.50.2
8 INTLTOOL_SOURCE = intltool-$(INTLTOOL_VERSION).tar.gz
9 INTLTOOL_SITE = https://launchpad.net/intltool/trunk/$(INTLTOOL_VERSION)/+download/
10 INTLTOOL_LICENSE = GPLv2+
11 INTLTOOL_LICENSE_FILES = COPYING
13 HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
14 HOST_INTLTOOL_CONF_OPT = \
15 PERLLIB=$(HOST_DIR)/usr/lib/perl
17 $(eval $(autotools-package))
18 $(eval $(host-autotools-package))