mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
intltool: new package
This XML internationalization set of tools is required to build several of our packages, and may not be available on the host machine. Only the host variant has been tested. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
405a7ecaa1
commit
570e1b77c2
@ -46,6 +46,7 @@ source "package/pkg-config/Config.in"
|
||||
source "package/readline/Config.in"
|
||||
source "package/valgrind/Config.in"
|
||||
source "package/pcre/Config.in"
|
||||
source "package/intltool/Config.in"
|
||||
|
||||
comment "Other stuff"
|
||||
source "package/at/Config.in"
|
||||
|
6
package/intltool/Config.in
Normal file
6
package/intltool/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_INTLTOOL
|
||||
bool "intltool"
|
||||
help
|
||||
Utility scripts for internationalizing XML
|
||||
|
||||
http://www.freedesktop.org/wiki/Software/intltool
|
16
package/intltool/intltook.mk
Normal file
16
package/intltool/intltook.mk
Normal file
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user