6043N/A#
6043N/A# CDDL HEADER START
6043N/A#
6043N/A# The contents of this file are subject to the terms of the
6043N/A# Common Development and Distribution License (the "License").
6043N/A# You may not use this file except in compliance with the License.
6043N/A#
6043N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6043N/A# or http://www.opensolaris.org/os/licensing.
6043N/A# See the License for the specific language governing permissions
6043N/A# and limitations under the License.
6043N/A#
6043N/A# When distributing Covered Code, include this CDDL HEADER in each
6043N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6043N/A# If applicable, add the following below this CDDL HEADER, with the
6043N/A# fields enclosed by brackets "[]" replaced with your own identifying
6043N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6043N/A#
6043N/A# CDDL HEADER END
6043N/A#
6043N/A
6043N/A#
6043N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6043N/A#
6043N/ABUILD_BITS= 32_and_64
6043N/A# For now, all things built for C++11 require gcc.
6043N/ACOMPILER= gcc
6043N/Ainclude ../../../make-rules/shared-macros.mk
6043N/A
6043N/ACOMPONENT_NAME= libmusicbrainz
6043N/ACOMPONENT_VERSION= 5.1.0
6043N/ACOMPONENT_PROJECT_URL= https://musicbrainz.org/
6043N/ACOMPONENT_ARCHIVE_HASH= \
6043N/A sha256:6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46
6043N/ACOMPONENT_ARCHIVE_URL= https://github.com/metabrainz/$(COMPONENT_NAME)/releases/download/release-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
6043N/ACOMPONENT_BUGDB= gnome/multimedia
6043N/A
6043N/ATPNO= 24461
6043N/A
6043N/ABUILD_STYLE= cmake
6043N/A
6043N/A# Tests do not work on Solaris yet
6043N/ATEST_TARGET= $(SKIP_TEST)
6043N/A
6043N/Ainclude $(WS_MAKE_RULES)/common.mk
6043N/A
6043N/ACXXFLAGS += -std=c++11
6043N/A
6043N/AREQUIRED_PACKAGES += developer/build/cmake
6043N/AREQUIRED_PACKAGES += library/libxml2
6043N/AREQUIRED_PACKAGES += library/neon
6043N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
6043N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime