components/desktop/libmusicbrainz/Makefile
changeset 7687 1093e2a9adbd
parent 6045 abebf8b1481e
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 32_and_64
    25 BUILD_BITS= 32_and_64
    26 # For now, all things built for C++11 require gcc.
    26 # For now, all things built for C++11 require gcc.
    27 COMPILER= gcc
    27 COMPILER= gcc
    28 include ../../../make-rules/shared-macros.mk
    28 include ../../../make-rules/shared-macros.mk
    32 COMPONENT_PROJECT_URL=	https://musicbrainz.org/
    32 COMPONENT_PROJECT_URL=	https://musicbrainz.org/
    33 COMPONENT_ARCHIVE_HASH= \
    33 COMPONENT_ARCHIVE_HASH= \
    34 	sha256:6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46
    34 	sha256:6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46
    35 COMPONENT_ARCHIVE_URL=	https://github.com/metabrainz/$(COMPONENT_NAME)/releases/download/release-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	https://github.com/metabrainz/$(COMPONENT_NAME)/releases/download/release-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	gnome/multimedia
    36 COMPONENT_BUGDB=	gnome/multimedia
       
    37 COMPONENT_ANITYA_ID=	1669
    37 
    38 
    38 TPNO=			24461
    39 TPNO=			24461
    39 
    40 
    40 BUILD_STYLE= cmake
    41 BUILD_STYLE= cmake
    41 
    42