diff options
author | Paul Jones <paul@pauljones.id.au> | 2010-06-08 10:29:18 +1000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-08 14:57:44 +0200 |
commit | 8df21528ed0d16bf52f743d1f20db381122271a8 (patch) | |
tree | 9236204aef25937f0c846ff73dc656c36157e93b /package/intltool/intltool.mk | |
parent | 3af86820e225400110947075538d50cfaf860dd5 (diff) | |
download | buildroot-novena-8df21528ed0d16bf52f743d1f20db381122271a8.tar.gz buildroot-novena-8df21528ed0d16bf52f743d1f20db381122271a8.zip |
intltool: Fix spelling mistake
Closes #1987
intltool.mk has a typo, this patch fixes the problem.
Signed-off-by: Paul Jones <paul@pauljones.id.au>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/intltool/intltool.mk')
-rw-r--r-- | package/intltool/intltool.mk | 16 |
1 files changed, 16 insertions, 0 deletions
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)) + |