components/libmcrypt/Makefile
changeset 800 2ad056ed89ec
parent 418 5b95e3689883
child 1058 34d7aaa03423
equal deleted inserted replaced
799:71aff7654fdc 800:2ad056ed89ec
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 
    20 
    21 #
    21 #
    22 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		libmcrypt
    27 COMPONENT_NAME=		libmcrypt
    28 COMPONENT_VERSION=	2.5.8
    28 COMPONENT_VERSION=	2.5.8
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE_HASH=	sha1:9a426532e9087dd7737aabccff8b91abf9151a7a
    31 COMPONENT_ARCHIVE_HASH=	\
       
    32     sha256:e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e
    32 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/mcrypt/files/Libmcrypt/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL= http://sourceforge.net/projects/mcrypt/files/Libmcrypt/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    33 COMPONENT_PROJECT_URL=  http://mcrypt.sourceforge.net/
    34 COMPONENT_PROJECT_URL=  http://mcrypt.sourceforge.net/
    34 
    35 
    35 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/configure.mk
    37 include $(WS_TOP)/make-rules/configure.mk