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.

37 lines
1005 B

  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:=2
  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. PKG_HOST_ONLY:=1
  14. HOST_FIXUP:=autoreconf
  15. include $(INCLUDE_DIR)/host-build.mk
  16. include $(INCLUDE_DIR)/package.mk
  17. define Package/intltool
  18. SECTION:=libs
  19. CATEGORY:=Libraries
  20. TITLE:=set of tools to centralize translation using GNU gettext
  21. URL:=https://www.freedesktop.org/wiki/Software/intltool
  22. BUILDONLY:=1
  23. endef
  24. define Package/intltool/description
  25. intltool is a set of tools to centralize translation of many different
  26. file formats using GNU gettext-compatible PO files.
  27. endef
  28. $(eval $(call BuildPackage,intltool))
  29. $(eval $(call HostBuild))