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