components/gnuplot/Makefile
changeset 670 2d9c52030317
parent 623 15f87c23a86e
child 778 9d5e4d6466cd
equal deleted inserted replaced
669:8046d7c55991 670:2d9c52030317
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 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 #libreadline.so needs libcurses.so, but -z ignore will not leave a dependency.
    27 #libreadline.so needs libcurses.so, but -z ignore will not leave a dependency.
    28 LD_Z_IGNORE=
    28 LD_Z_IGNORE=
    29 
    29 
    30 COMPONENT_NAME=		gnuplot
    30 COMPONENT_NAME=		gnuplot
    31 COMPONENT_VERSION=	4.4.0
    31 COMPONENT_VERSION=	4.4.4
    32 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    33 COMPONENT_PROJECT_URL=  http://gnuplot.info/
    33 COMPONENT_PROJECT_URL=  http://gnuplot.info/
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    34 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    35 COMPONENT_ARCHIVE_HASH= sha1:04a2eede7b2af8e64144aa8ffede6535b7a043b5
    35 COMPONENT_ARCHIVE_HASH= sha1:d4f143eade1f8d8b27be44cbda431d37a71c6a31
    36 COMPONENT_ARCHIVE_URL=  http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
    36 COMPONENT_ARCHIVE_URL=  http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
    37 
    37 
    38 COMPONENT_BUILD_TARGETS = all info
    38 COMPONENT_BUILD_TARGETS = all info
    39 
    39 
    40 include ../../make-rules/prep.mk
    40 include ../../make-rules/prep.mk