components/libexpat/Makefile
changeset 1048 e82fa02a4d16
parent 824 3c0f8247e0cd
child 1058 34d7aaa03423
equal deleted inserted replaced
1047:55d0c4c3878b 1048:e82fa02a4d16
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		expat
    28 COMPONENT_NAME=		libexpat
    29 COMPONENT_VERSION=	2.1.0
    29 COMPONENT_VERSION=	2.1.0
    30 COMPONENT_PROJECT_URL=	http://expat.sourceforge.net/
    30 COMPONENT_PROJECT_URL=	http://expat.sourceforge.net/
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC_NAME=	expat
       
    32 COMPONENT_SRC=		$(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE_HASH=	\
    34 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
    35     sha256:823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
    35 COMPONENT_ARCHIVE_URL= \
    36 COMPONENT_ARCHIVE_URL= \
    36     http://downloads.sourceforge.net/project/expat/expat/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    37     http://downloads.sourceforge.net/project/expat/expat/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)