summaryrefslogtreecommitdiffstats
path: root/package/intltool/intltool.mk
blob: 0bed3155d4874cb5d41018e11442763cc310e877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#############################################################
#
# intltool
#
#############################################################

INTLTOOL_VERSION = 0.50.2
INTLTOOL_SOURCE = intltool-$(INTLTOOL_VERSION).tar.gz
INTLTOOL_SITE = https://launchpad.net/intltool/trunk/$(INTLTOOL_VERSION)/+download/
INTLTOOL_LICENSE = GPLv2+
INTLTOOL_LICENSE_FILES = COPYING

HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl
HOST_INTLTOOL_CONF_OPT = \
  PERLLIB=$(HOST_DIR)/usr/lib/perl

$(eval $(autotools-package))
$(eval $(host-autotools-package))