python/hypothesis: update to 6.122.3
[oi-userland.git] / components / developer / global / Makefile
blob3b222f5c0b6b6e9cd90c751d010ba4557ca84b3a
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.
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.
12 # Copyright (c) 2017 Dariusz Sendkowski
15 BUILD_BITS= 64
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= global
19 COMPONENT_VERSION= 6.6.11
20 COMPONENT_SUMMARY= A source code tagging system.
21 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.
22 COMPONENT_PROJECT_URL= https://www.gnu.org/software/global
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:0533319f78d3860b81668dfaeaa507901541e5dda8cfc30d52dfc6ce9489f5e3
26 COMPONENT_ARCHIVE_URL= https://ftp.gnu.org/gnu/global/$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= developer/global
28 COMPONENT_CLASSIFICATION=Development/Editors
29 COMPONENT_LICENSE= GPLv3
30 COMPONENT_LICENSE_FILE= COPYING
32 TEST_TARGET= $(NO_TESTS)
33 include $(WS_MAKE_RULES)/common.mk
35 COMPONENT_BUILD_ENV= DEST_DIR=$(PROTO_DIR)
36 COMPONENT_INSTALL_ENV= DEST_DIR=$(PROTO_DIR)
38 CONFIGURE_OPTIONS += --enable-static=no
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += library/libtool/libltdl
42 REQUIRED_PACKAGES += library/ncurses
43 REQUIRED_PACKAGES += shell/ksh93
44 REQUIRED_PACKAGES += system/library