components/pkg-config/Makefile
changeset 7687 1093e2a9adbd
parent 7424 6c7d8df94006
child 7829 2de4f4ace09c
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) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		pkg-config
    28 COMPONENT_NAME=		pkg-config
    30 COMPONENT_PROJECT_URL=	http://www.freedesktop.org/wiki/Software/pkg-config
    30 COMPONENT_PROJECT_URL=	http://www.freedesktop.org/wiki/Software/pkg-config
    31 COMPONENT_ARCHIVE_HASH= \
    31 COMPONENT_ARCHIVE_HASH= \
    32     sha256:c8507705d2a10c67f385d66ca2aae31e81770cc0734b4191eb8c489e864a006b
    32     sha256:c8507705d2a10c67f385d66ca2aae31e81770cc0734b4191eb8c489e864a006b
    33 COMPONENT_ARCHIVE_URL=	http://pkgconfig.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	http://pkgconfig.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
    34 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
    34 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
       
    35 COMPONENT_ANITYA_ID=	3649
    35 
    36 
    36 TPNO=			26453
    37 TPNO=			26453
    37 
    38 
    38 SYSTEM_TEST_TARGET=	build $(SYSTEM_TEST_64)
    39 SYSTEM_TEST_TARGET=	build $(SYSTEM_TEST_64)
    39 include $(WS_MAKE_RULES)/common.mk
    40 include $(WS_MAKE_RULES)/common.mk