libsm: update to 1.2.5
[oi-userland.git] / components / library / mdds / Makefile
blobef938c97ac91b2ab13b3fcb7f68274c7c437f37f
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.illumos.org/license/CDDL.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2020, Aurelien Larcher. All rights reserved.
24 USE_DEFAULT_TEST_TRANSFORMS= yes
25 include ../../../make-rules/shared-macros.mk
27 COMPONENT_NAME= mdds
28 COMPONENT_MAJOR_VERSION= 2.1
29 COMPONENT_VERSION= $(COMPONENT_MAJOR_VERSION).1
30 COMPONENT_SUMMARY= mdds - A collection of multi-dimensional data structures and indexing algorithms
31 COMPONENT_PROJECT_URL= https://gitlab.com/mdds/mdds
32 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
33 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
34 COMPONENT_ARCHIVE_HASH= sha256:4b9b4ef83826562a57d55089141c8d59789fae829fd6402cbb95d480c0737b7d
35 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/-/archive/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
36 COMPONENT_FMRI= library/c++/mdds
37 COMPONENT_CLASSIFICATION=System/Libraries
38 COMPONENT_LICENSE= MIT
39 COMPONENT_LICENSE_FILE= LICENSE
41 include $(WS_MAKE_RULES)/common.mk
43 COMPONENT_PREP_ACTION = ( cd ${@D} && NOCONFIGURE=1 ./autogen.sh )
45 COMPONENT_TEST_TRANSFORMS += \
46 ' -e "/Testsuite/p" ' \
47 ' -e "/====/p" '
49 # Auto-generated dependencies