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