easy-rsa: update to 3.2.1
[oi-userland.git] / components / library / libmusicbrainz-3 / Makefile
blob1e5be0c27274413bf3e657b89e34c80cd633d653
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Alexander Pyhalov
16 BUILD_STYLE= cmake
17 include ../../../make-rules/shared-macros.mk
19 COMPONENT_NAME= libmusicbrainz
20 COMPONENT_VERSION= 3.0.3
21 COMPONENT_REVISION= 3
22 COMPONENT_SUMMARY= Software library for accessing MusicBrainz servers
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= sha256:7fd459a9fd05be9faec60a9a21caa9a1e9fda03147d58d8c7c95f33582a738c5
26 COMPONENT_ARCHIVE_URL= ftp://ftp.musicbrainz.org/pub/musicbrainz/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL= https://musicbrainz.org/doc/libmusicbrainz
28 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
29 COMPONENT_FMRI= library/musicbrainz/libmusicbrainz-3
30 COMPONENT_LICENSE= LGPLv2.1
31 COMPONENT_LICENSE_FILE= COPYING.txt
33 TEST_TARGET= $(NO_TESTS)
34 include $(WS_MAKE_RULES)/common.mk
36 CXXFLAGS += -std=c++11
38 CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE=Release
39 CMAKE_OPTIONS += -DCMAKE_VERBOSE_MAKEFILE=1
41 CMAKE_OPTIONS.64 += -DLIB_SUFFIX=/$(MACH64)
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
45 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
46 REQUIRED_PACKAGES += library/musicbrainz/libdiscid
47 REQUIRED_PACKAGES += library/neon
48 REQUIRED_PACKAGES += system/library