components/slib/Makefile
changeset 800 2ad056ed89ec
parent 609 775168282b2f
child 1058 34d7aaa03423
equal deleted inserted replaced
799:71aff7654fdc 800:2ad056ed89ec
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    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 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 #
    24 #
    25 # This build is modeled after the one in SFW.
    25 # This build is modeled after the one in SFW.
    26 # Attempts to use the native build methods fail because we
    26 # Attempts to use the native build methods fail because we
    32 COMPONENT_NAME=		slib
    32 COMPONENT_NAME=		slib
    33 COMPONENT_VERSION=	3b1
    33 COMPONENT_VERSION=	3b1
    34 COMPONENT_PROJECT_URL=	http://people.csail.mit.edu/jaffer/SLIB/
    34 COMPONENT_PROJECT_URL=	http://people.csail.mit.edu/jaffer/SLIB/
    35 COMPONENT_SRC=		$(COMPONENT_NAME)
    35 COMPONENT_SRC=		$(COMPONENT_NAME)
    36 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-$(COMPONENT_VERSION).zip
    36 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-$(COMPONENT_VERSION).zip
    37 COMPONENT_ARCHIVE_HASH=	sha1:e3342e4cb1e728bb3133449654b10b538ed8b043
    37 COMPONENT_ARCHIVE_HASH=	\
       
    38     sha256:8e3ec24d51be03ebb7357ad9a2f3554056b86dafbc9e48d1d491aeda1efa566f
    38 COMPONENT_ARCHIVE_URL=	http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/$(COMPONENT_ARCHIVE)
    39 COMPONENT_ARCHIVE_URL=	http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/$(COMPONENT_ARCHIVE)
    39 
    40 
    40 include ../../make-rules/prep.mk
    41 include ../../make-rules/prep.mk
    41 include ../../make-rules/ips.mk
    42 include ../../make-rules/ips.mk
    42 
    43