diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-23 21:27:28 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-23 21:27:28 +0100 |
commit | 4f05a61b33e5d87f23837109fb0dd538a5bd5d62 (patch) | |
tree | f1b375060271ec5fd5da6fe89955b11b7c238fae /package/intltool/intltook.mk | |
parent | 52fcd86f2ba1249e74ed04ef39cb3cbea16024c7 (diff) | |
parent | f08e9eea1b70f057cc0a3efa18b2acb4faea4abe (diff) | |
download | buildroot-novena-4f05a61b33e5d87f23837109fb0dd538a5bd5d62.tar.gz buildroot-novena-4f05a61b33e5d87f23837109fb0dd538a5bd5d62.zip |
Merge branch 'misc-fixes5' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/intltool/intltook.mk')
-rw-r--r-- | package/intltool/intltook.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/intltool/intltook.mk b/package/intltool/intltook.mk new file mode 100644 index 000000000..746ebb1d5 --- /dev/null +++ b/package/intltool/intltook.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)) + |