components/desktop/taglib/Makefile
changeset 7687 1093e2a9adbd
parent 6552 402379bc1b60
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://taglib.github.io/
    32 COMPONENT_PROJECT_URL=	https://taglib.github.io/
    33 COMPONENT_ARCHIVE_HASH= \
    33 COMPONENT_ARCHIVE_HASH= \
    34 	sha256:72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a
    34 	sha256:72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a
    35 COMPONENT_ARCHIVE_URL=	https://taglib.github.io/releases/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	https://taglib.github.io/releases/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	library/taglib
    36 COMPONENT_BUGDB=	library/taglib
       
    37 COMPONENT_ANITYA_ID=	1982
    37 
    38 
    38 TPNO=			27551
    39 TPNO=			27551
    39 
    40 
    40 PATCH_LEVEL= 0
    41 PATCH_LEVEL= 0
    41 
    42