components/gnu-gs-fonts-std/Makefile
changeset 800 2ad056ed89ec
parent 609 775168282b2f
child 1058 34d7aaa03423
equal deleted inserted replaced
799:71aff7654fdc 800:2ad056ed89ec
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # fields enclosed by brackets "[]" replaced with your own identifying
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    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 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=         gnu-gs-fonts-std
    26 COMPONENT_NAME=         gnu-gs-fonts-std
    27 COMPONENT_VERSION=      6.0
    27 COMPONENT_VERSION=      6.0
    28 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/gs-fonts/
    28 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/gs-fonts/
    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:cdad2f3752c513fe1cfb0eeaf6661753e2cc182c
    31 COMPONENT_ARCHIVE_HASH= \
       
    32     sha256:4cef38d05aa958dfee4dabb8d1599b8ad2b2347413b7895c94d8882c8a0fb9d3
    32 COMPONENT_ARCHIVE_URL=  http://softlayer.dl.sourceforge.net/sourceforge/gs-fonts/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=  http://softlayer.dl.sourceforge.net/sourceforge/gs-fonts/$(COMPONENT_ARCHIVE)
    33 
    34 
    34 # set relocate_to option while unpacking the tar ball
    35 # set relocate_to option while unpacking the tar ball
    35 UNPACK_ARGS= -r $(COMPONENT_SRC)
    36 UNPACK_ARGS= -r $(COMPONENT_SRC)
    36 
    37