components/parallel/Makefile
changeset 7757 b1ac9348d4f0
parent 7687 1093e2a9adbd
equal deleted inserted replaced
7756:a14f5c91f91a 7757:b1ac9348d4f0
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		parallel
    28 COMPONENT_NAME=		parallel
    29 COMPONENT_VERSION=	20160222
    29 COMPONENT_VERSION=	20170122
    30 # A leading "0." is included to make it easier to upgrade the package, should
    30 # A leading "0." is included to make it easier to upgrade the package, should
    31 # the maintainers decide to go to a more standard version numbering system.
    31 # the maintainers decide to go to a more standard version numbering system.
    32 IPS_COMPONENT_VERSION=  0.2016.2.22
    32 IPS_COMPONENT_VERSION=  0.2017.1.22
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    33 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    34 COMPONENT_ARCHIVE_HASH=	\
    34 COMPONENT_ARCHIVE_HASH=	\
    35     sha256:8dfbe539036a6ff02f9f542751e8621f42d285b3c9a7d9245042a6cc6ddc55ea
    35     sha256:417e83d9de2fe518a976fcff5a96bffe41421c2a57713cd5272cc89d1072aaa6
    36 COMPONENT_ANITYA_ID=	5448
    36 COMPONENT_ANITYA_ID=	5448
    37 
    37 
    38 TPNO=			27217
    38 TPNO=			34071
    39 
    39 
    40 TEST_TARGET= $(NO_TESTS)
    40 TEST_TARGET= $(NO_TESTS)
    41 include $(WS_MAKE_RULES)/gnu-component.mk
    41 include $(WS_MAKE_RULES)/gnu-component.mk
    42 
    42 
    43 # Set PATH to find the correct pod2man, so that the man pages can be
    43 # Set PATH to find the correct pod2man, so that the man pages can be