Marcel Telka
2024-01-16 ff8f085eaf2e9e201797303f6a793a0ae8be0926
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright (c) 2014 Alexander Pyhalov. All rights reserved.
#
 
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME=        intltool
COMPONENT_VERSION=    0.51.0
COMPONENT_REVISION =    2
COMPONENT_FMRI=        text/intltool
COMPONENT_PROJECT_URL=    https://freedesktop.org/wiki/Software/intltool/
COMPONENT_SUMMARY=    Set of tools to centralize translation of many different file formats using GNU gettext-compatible PO files
COMPONENT_CLASSIFICATION=System/Libraries
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    \
  sha256:67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd
COMPONENT_ARCHIVE_URL=\
  https://launchpad.net/intltool/trunk/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE= GPLv2
 
USE_DEFAULT_TEST_TRANSFORMS = yes
 
include $(WS_MAKE_RULES)/common.mk
 
PATH=$(PATH.gnu)
 
# Auto-generated dependencies
REQUIRED_PACKAGES += runtime/perl
REQUIRED_PACKAGES += shell/ksh93