Marcel Telka
2024-04-05 f228266143fa00a0d993ef25540014f5fea6ca10
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
41
42
43
44
#
# 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) 2017 Dariusz Sendkowski
#
 
BUILD_BITS= 64
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME=         global
COMPONENT_VERSION=    6.6.11
COMPONENT_SUMMARY=    A source code tagging system.
COMPONENT_DESCRIPTION=    GNU GLOBAL is a source code tagging system that works the same way across diverse environments, such as Emacs editor, Vi editor, Less viewer, Bash shell, various web browsers, etc.
COMPONENT_PROJECT_URL=    https://www.gnu.org/software/global
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:0533319f78d3860b81668dfaeaa507901541e5dda8cfc30d52dfc6ce9489f5e3
COMPONENT_ARCHIVE_URL=    https://ftp.gnu.org/gnu/global/$(COMPONENT_ARCHIVE)
COMPONENT_FMRI=         developer/global
COMPONENT_CLASSIFICATION=Development/Editors
COMPONENT_LICENSE=    GPLv3
COMPONENT_LICENSE_FILE= COPYING
 
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
 
COMPONENT_BUILD_ENV=    DEST_DIR=$(PROTO_DIR)
COMPONENT_INSTALL_ENV=    DEST_DIR=$(PROTO_DIR)
 
CONFIGURE_OPTIONS += --enable-static=no
 
# Auto-generated dependencies
REQUIRED_PACKAGES += library/libtool/libltdl
REQUIRED_PACKAGES += library/ncurses
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library