components/pinentry/Makefile
changeset 7687 1093e2a9adbd
parent 6373 2499cc045aa1
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) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 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 PATH = $(GNUBIN):$(USRBINDIR)
    28 PATH = $(GNUBIN):$(USRBINDIR)
    33 COMPONENT_ARCHIVE=     $(COMPONENT_SRC).tar.bz2
    33 COMPONENT_ARCHIVE=     $(COMPONENT_SRC).tar.bz2
    34 COMPONENT_ARCHIVE_HASH=	\
    34 COMPONENT_ARCHIVE_HASH=	\
    35     sha256:6398208394972bbf897c3325780195584682a0d0c164ca5a0da35b93b1e4e7b2
    35     sha256:6398208394972bbf897c3325780195584682a0d0c164ca5a0da35b93b1e4e7b2
    36 COMPONENT_ARCHIVE_URL=	ftp://ftp.gnupg.org/gcrypt/pinentry/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	ftp://ftp.gnupg.org/gcrypt/pinentry/$(COMPONENT_ARCHIVE)
    37 COMPONENT_BUGDB=	utility/gnupg
    37 COMPONENT_BUGDB=	utility/gnupg
       
    38 COMPONENT_ANITYA_ID=	3643
    38 
    39 
    39 TPNO=			26271
    40 TPNO=			26271
    40 
    41 
    41 # Requires updated version of gtk2, not available on S11.
    42 # Requires updated version of gtk2, not available on S11.
    42 ifeq ($(BUILD_TYPE), evaluation)
    43 ifeq ($(BUILD_TYPE), evaluation)