Makefile (1009B)
1 # 2 # Copyright (C) 2009-2014 OpenWrt.org 3 # 4 # This is free software, licensed under the GNU General Public License v2. 5 # See /LICENSE for more information. 6 # 7 8 include $(TOPDIR)/rules.mk 9 10 PKG_NAME:=intltool 11 PKG_LIBVER:=0.40 12 PKG_VERSION:=$(PKG_LIBVER).6 13 PKG_RELEASE:=3 14 15 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 16 PKG_SOURCE_URL:=@GNOME/intltool/$(PKG_LIBVER) 17 PKG_MD5SUM:=69bc0353323112f42ad4f9cf351bc3e5 18 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> 19 20 PKG_HOST_ONLY:=1 21 HOST_FIXUP:=autoreconf 22 23 include $(INCLUDE_DIR)/host-build.mk 24 include $(INCLUDE_DIR)/package.mk 25 26 define Package/intltool 27 SECTION:=libs 28 CATEGORY:=Libraries 29 TITLE:=set of tools to centralize translation using GNU gettext 30 URL:=http://www.freedesktop.org/wiki/Software/intltool 31 BUILDONLY:=1 32 endef 33 34 define Package/intltool/description 35 intltool is a set of tools to centralize translation of many different 36 file formats using GNU gettext-compatible PO files. 37 endef 38 39 $(eval $(call BuildPackage,intltool)) 40 $(eval $(call HostBuild))