components/xorriso/Makefile
changeset 7687 1093e2a9adbd
parent 7306 908d5ebe04e4
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    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=         xorriso
    28 COMPONENT_NAME=         xorriso
    29 COMPONENT_VERSION=      1.4.6
    29 COMPONENT_VERSION=      1.4.6
    30 COMPONENT_PROJECT_URL=  http://scdbackup.sourceforge.net/xorriso/
    30 COMPONENT_PROJECT_URL=  http://scdbackup.sourceforge.net/xorriso/
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:526f728c7eee6f8c4b69fbf391789e6c80806197c2861cf5922cf7cfe1035784
    32     sha256:526f728c7eee6f8c4b69fbf391789e6c80806197c2861cf5922cf7cfe1035784
    33 COMPONENT_ARCHIVE_URL=  http://scdbackup.sourceforge.net/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=  http://scdbackup.sourceforge.net/$(COMPONENT_ARCHIVE)
       
    34 COMPONENT_ANITYA_ID=	13270
    34 
    35 
    35 TPNO=			32406
    36 TPNO=			32406
    36 
    37 
    37 CPPFLAGS+=		-I./test
    38 CPPFLAGS+=		-I./test
    38 
    39