components/gpgme/Makefile
changeset 6052 0e7e6e8c8703
parent 5682 94c0ca64c022
child 7687 1093e2a9adbd
equal deleted inserted replaced
6051:b82321ce36f1 6052:0e7e6e8c8703
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH= $(GNUBIN):$(USRBINDIR)
    28 PATH= $(GNUBIN):$(USRBINDIR)
    29 
    29 
    30 COMPONENT_NAME=		gpgme
    30 COMPONENT_NAME=		gpgme
    31 COMPONENT_VERSION=	1.5.3
    31 COMPONENT_VERSION=	1.6.0
    32 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    33 COMPONENT_PROJECT_URL=	http://www.gnupg.org/related_software/gpgme/
    33 COMPONENT_PROJECT_URL=	http://www.gnupg.org/related_software/gpgme/
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    35 COMPONENT_ARCHIVE_HASH=	\
    35 COMPONENT_ARCHIVE_HASH=	\
    36     sha256:0db040c5b07e69cfe9a0b4566c8e90151ebacfe122c97c452f11386654aefcc9
    36     sha256:b09de4197ac280b102080e09eaec6211d081efff1963bf7821cf8f4f9916099d
    37 COMPONENT_ARCHIVE_URL=	ftp://ftp.gnupg.org/gcrypt/gpgme/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=	ftp://ftp.gnupg.org/gcrypt/gpgme/$(COMPONENT_ARCHIVE)
    38 COMPONENT_BUGDB=	utility/gnupg
    38 COMPONENT_BUGDB=	utility/gnupg
    39 
    39 
    40 TPNO=			21167
    40 TPNO=			27398
    41 
    41 
    42 # Although building and running the GpgME tests is enabled, GpgME's
    42 # Although building and running the GpgME tests is enabled, GpgME's
    43 # Test Harness is not suitable for running in an automated test
    43 # Test Harness is not suitable for running in an automated test
    44 # environment. The GpgME tests require interactive, manual input
    44 # environment. The GpgME tests require interactive, manual input
    45 # from the tty as well as system configuration changes.
    45 # from the tty as well as system configuration changes.
    79 CONFIGURE_OPTIONS  +=		--enable-gpgconf-test
    79 CONFIGURE_OPTIONS  +=		--enable-gpgconf-test
    80 CONFIGURE_OPTIONS  +=		--with-libgpg-error-prefix=$(CONFIGURE_PREFIX)
    80 CONFIGURE_OPTIONS  +=		--with-libgpg-error-prefix=$(CONFIGURE_PREFIX)
    81 CONFIGURE_OPTIONS  +=		--with-libassuan-prefix=$(CONFIGURE_PREFIX)
    81 CONFIGURE_OPTIONS  +=		--with-libassuan-prefix=$(CONFIGURE_PREFIX)
    82 CONFIGURE_OPTIONS  +=		--with-pic
    82 CONFIGURE_OPTIONS  +=		--with-pic
    83 
    83 
       
    84 REQUIRED_PACKAGES += library/security/libassuan
    84 REQUIRED_PACKAGES += library/security/libgpg-error
    85 REQUIRED_PACKAGES += library/security/libgpg-error
    85 REQUIRED_PACKAGES += library/security/libassuan
       
    86 REQUIRED_PACKAGES += shell/ksh93
    86 REQUIRED_PACKAGES += shell/ksh93