You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.1 KiB

  1. #
  2. # This is free software, licensed under the GNU General Public License v2.
  3. # See /LICENSE for more information.
  4. #
  5. include $(TOPDIR)/rules.mk
  6. PKG_NAME:=intltool
  7. PKG_VERSION:=0.51.0
  8. PKG_RELEASE:=3
  9. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  10. PKG_SOURCE_URL:=https://launchpad.net/intltool/trunk/$(PKG_VERSION)/+download
  11. PKG_HASH:=67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
  12. PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
  13. HOST_BUILD_DEPENDS:=perl/host
  14. PKG_HOST_ONLY:=1
  15. HOST_FIXUP:=autoreconf
  16. include $(INCLUDE_DIR)/host-build.mk
  17. include $(INCLUDE_DIR)/package.mk
  18. HOST_CONFIGURE_VARS+= \
  19. PATH="$(STAGING_DIR_HOSTPKG)/bin:$(STAGING_DIR_HOSTPKG)/usr/bin:$(PATH)"
  20. define Package/intltool
  21. SECTION:=libs
  22. CATEGORY:=Libraries
  23. TITLE:=set of tools to centralize translation using GNU gettext
  24. URL:=https://www.freedesktop.org/wiki/Software/intltool
  25. BUILDONLY:=1
  26. endef
  27. define Package/intltool/description
  28. intltool is a set of tools to centralize translation of many different
  29. file formats using GNU gettext-compatible PO files.
  30. endef
  31. $(eval $(call BuildPackage,intltool))
  32. $(eval $(call HostBuild))