components/gnome/sigcpp/Makefile
changeset 7687 1093e2a9adbd
parent 6593 5e28824ac039
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 
    25 
    26 BUILD_BITS =            32_and_64
    26 BUILD_BITS =            32_and_64
    27 # For now, all things built for C++11 require gcc.
    27 # For now, all things built for C++11 require gcc.
    28 COMPILER =		gcc
    28 COMPILER =		gcc
    34 COMPONENT_SRC=		libsigc++-$(COMPONENT_VERSION)
    34 COMPONENT_SRC=		libsigc++-$(COMPONENT_VERSION)
    35 COMPONENT_ARCHIVE_HASH= \
    35 COMPONENT_ARCHIVE_HASH= \
    36     sha256:fdace7134c31de792c17570f9049ca0657909b28c4c70ec4882f91a03de54437
    36     sha256:fdace7134c31de792c17570f9049ca0657909b28c4c70ec4882f91a03de54437
    37 COMPONENT_ARCHIVE_URL=	https://download.gnome.org/sources/libsigc++/2.6/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=	https://download.gnome.org/sources/libsigc++/2.6/$(COMPONENT_ARCHIVE)
    38 COMPONENT_BUGDB=	gnome/libraries
    38 COMPONENT_BUGDB=	gnome/libraries
       
    39 COMPONENT_ANITYA_ID=	13161
    39 
    40 
    40 TPNO=			25828
    41 TPNO=			25828
    41 
    42 
    42 include $(WS_MAKE_RULES)/gnome-component.mk
    43 include $(WS_MAKE_RULES)/gnome-component.mk
    43 
    44