intltool_0.51.0.bb 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. SUMMARY = "Utility scripts for internationalizing XML"
  2. HOMEPAGE = "https://launchpad.net/intltool"
  3. DESCRIPTION = "Utility scripts for internationalizing XML. This tool automatically extracts translatable strings from oaf, glade, bonobo ui, nautilus theme and other XML files into the po files."
  4. SECTION = "devel"
  5. LICENSE = "GPL-2.0-only"
  6. LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
  7. SRC_URI = "http://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz \
  8. file://intltool-nowarn.patch \
  9. file://perl-522-deprecations.patch \
  10. file://remove-perl-check.patch \
  11. file://noperlcheck.patch \
  12. "
  13. SRC_URI[sha256sum] = "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
  14. UPSTREAM_CHECK_URI = "https://launchpad.net/intltool/trunk/"
  15. DEPENDS = "libxml-parser-perl-native"
  16. RDEPENDS:${PN} = "gettext-dev libxml-parser-perl"
  17. DEPENDS:class-native = "libxml-parser-perl-native gettext-native"
  18. inherit autotools pkgconfig perlnative
  19. export PERL = "${bindir}/env perl"
  20. PERL:class-native = "/usr/bin/env nativeperl"
  21. PERL:class-nativesdk = "/usr/bin/env perl"
  22. # gettext is assumed to exist on the host
  23. RDEPENDS:${PN}:class-native = "libxml-parser-perl-native"
  24. RRECOMMENDS:${PN} = "perl-modules"
  25. RRECOMMENDS:${PN}:class-native = ""
  26. FILES:${PN}-dev = ""
  27. FILES:${PN} += "${datadir}/aclocal"
  28. INSANE_SKIP:${PN} += "dev-deps"
  29. BBCLASSEXTEND = "native nativesdk"