components/memcached-java/Makefile
changeset 800 2ad056ed89ec
parent 382 5d2ca734dd20
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=		memcached-java
    27 COMPONENT_NAME=		memcached-java
    28 COMPONENT_VERSION=	2.0.1
    28 COMPONENT_VERSION=	2.0.1
    29 COMPONENT_RELEASE=	release_$(COMPONENT_VERSION)
    29 COMPONENT_RELEASE=	release_$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		java_memcached-$(COMPONENT_RELEASE)
    30 COMPONENT_SRC=		java_memcached-$(COMPONENT_RELEASE)
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE_HASH=	sha1:e1abde88ac21d337c42e4fc8d9bc217eab96f881
    32 COMPONENT_ARCHIVE_HASH=	\
       
    33     sha256:f0978f387cd6c42191a3ec366ecc5519f66ee03e686c5d080eb2516ebbecdcc4
    33 COMPONENT_ARCHIVE_URL=	http://img.whalin.com/memcached/jdk5/standard/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	http://img.whalin.com/memcached/jdk5/standard/$(COMPONENT_ARCHIVE)
    34 COMPONENT_PROJECT_URL=  http://whalin.com/memcached/
    35 COMPONENT_PROJECT_URL=  http://whalin.com/memcached/
    35 
    36 
    36 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/ant.mk
    38 include $(WS_TOP)/make-rules/ant.mk