From 8df21528ed0d16bf52f743d1f20db381122271a8 Mon Sep 17 00:00:00 2001 From: Paul Jones Date: Tue, 8 Jun 2010 10:29:18 +1000 Subject: intltool: Fix spelling mistake Closes #1987 intltool.mk has a typo, this patch fixes the problem. Signed-off-by: Paul Jones Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/intltool/intltool.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/intltool/intltool.mk (limited to 'package/intltool/intltool.mk') diff --git a/package/intltool/intltool.mk b/package/intltool/intltool.mk new file mode 100644 index 000000000..746ebb1d5 --- /dev/null +++ b/package/intltool/intltool.mk @@ -0,0 +1,16 @@ +############################################################# +# +# 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 $(call AUTOTARGETS,package,intltool)) +$(eval $(call AUTOTARGETS,package,intltool,host)) + -- cgit v1.2.3