intltool: Update copyright, add myself as pkg maintainer
[feed/packages.git] / libs / intltool / Makefile
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:=2
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
22 include $(INCLUDE_DIR)/host-build.mk
23 include $(INCLUDE_DIR)/package.mk
24
25 define Package/intltool
26 SECTION:=libs
27 CATEGORY:=Libraries
28 TITLE:=set of tools to centralize translation using GNU gettext
29 URL:=http://www.freedesktop.org/wiki/Software/intltool
30 BUILDONLY:=1
31 endef
32
33 define Package/intltool/description
34 intltool is a set of tools to centralize translation of many different
35 file formats using GNU gettext-compatible PO files.
36 endef
37
38 define Require/perl-xml-parser
39 perl -e 'use XML::Parser;'
40 endef
41
42 $(eval $(call Require,perl-xml-parser, \
43 Please install Perl XML::Parser \
44 ))
45
46 $(eval $(call BuildPackage,intltool))
47 $(eval $(call HostBuild))