components/desktop/libspectre/Makefile
changeset 7687 1093e2a9adbd
parent 7122 630f5a510c0a
child 7774 43e146eebb72
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) 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64_and_32
    25 BUILD_BITS= 64_and_32
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		libspectre
    28 COMPONENT_NAME=		libspectre
    30 COMPONENT_PROJECT_URL=	http://libspectre.freedesktop.org
    30 COMPONENT_PROJECT_URL=	http://libspectre.freedesktop.org
    31 COMPONENT_ARCHIVE_HASH= \
    31 COMPONENT_ARCHIVE_HASH= \
    32 	sha256:e81b822a106beed14cf0fec70f1b890c690c2ffa150fa2eee41dc26518a6c3ec
    32 	sha256:e81b822a106beed14cf0fec70f1b890c690c2ffa150fa2eee41dc26518a6c3ec
    33 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_ARCHIVE)
    34 COMPONENT_BUGDB=	library/libspectre
    34 COMPONENT_BUGDB=	library/libspectre
       
    35 COMPONENT_ANITYA_ID=	1724
    35 
    36 
    36 TPNO=			25619
    37 TPNO=			25619
    37 
    38 
    38 TEST_TARGET= $(NO_TESTS)
    39 TEST_TARGET= $(NO_TESTS)
    39 
    40