components/libmemcached/Makefile
changeset 800 2ad056ed89ec
parent 358 b973df7d380a
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=		libmemcached
    27 COMPONENT_NAME=		libmemcached
    28 COMPONENT_VERSION=	0.16
    28 COMPONENT_VERSION=	0.16
    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:9e22ff3fcdc1e3fbe770043d683b29f555c8aa15
    31 COMPONENT_ARCHIVE_HASH=	\
       
    32     sha256:d4fb3a64dc592c104caa4e98bc11f209fcb97eecdeb7f506797320dea75b9459
    32 COMPONENT_ARCHIVE_URL= http://launchpadlibrarian.net/33299595/${COMPONENT_ARCHIVE}
    33 COMPONENT_ARCHIVE_URL= http://launchpadlibrarian.net/33299595/${COMPONENT_ARCHIVE}
    33 COMPONENT_PROJECT_URL=  http://libmemcached.org/libMemcached.html
    34 COMPONENT_PROJECT_URL=  http://libmemcached.org/libMemcached.html
    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