components/cdrtools/Makefile
changeset 1394 5f86498eee95
parent 1058 34d7aaa03423
child 1695 983495f058ad
equal deleted inserted replaced
1393:300d3de848bb 1394:5f86498eee95
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 
    23 include ../../make-rules/shared-macros.mk
    24 include ../../make-rules/shared-macros.mk
    24 
    25 
    25 COMPONENT_NAME=         cdrtools
    26 COMPONENT_NAME=         cdrtools
    26 COMPONENT_VERSION=      3.00
    27 COMPONENT_VERSION=      3.00
    27 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_PROJECT_URL= 	http://cdrecord.berlios.de/private/cdrecord.html 
    29 COMPONENT_PROJECT_URL= 	http://cdrecord.berlios.de/private/cdrecord.html 
    29 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    31     sha256:6326762da8b8281c9a910c66fe698cd4d1bc5f33c37b59e8f1c83343c25f3e98
    32     sha256:6326762da8b8281c9a910c66fe698cd4d1bc5f33c37b59e8f1c83343c25f3e98
    32 COMPONENT_ARCHIVE_URL=  ftp://ftp.berlios.de/pub/cdrecord/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=  ftp://ftp.berlios.de/pub/cdrecord/$(COMPONENT_ARCHIVE)
       
    34 COMPONENT_BUGDB=	utility/cdrtools
       
    35 
    33 PATH=			$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    36 PATH=			$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
    34 COMPONENT_BUGDB=	utility/cdrtools
    37 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    38 PATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
       
    39 endif
    35 
    40 
    36 include ../../make-rules/prep.mk
    41 include ../../make-rules/prep.mk
    37 include ../../make-rules/justmake.mk
    42 include ../../make-rules/justmake.mk
    38 include ../../make-rules/ips.mk
    43 include ../../make-rules/ips.mk
    39 
    44 
    40 COMPONENT_INSTALL_ARGS +=  GMAKE_NOWARN=true
    45 COMPONENT_INSTALL_ARGS +=  GMAKE_NOWARN=true
    41 COMPONENT_BUILD_ARGS += GMAKE_NOWARN=true
    46 COMPONENT_BUILD_ARGS += GMAKE_NOWARN=true
       
    47 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    48 COMPONENT_BUILD_ENV +=	"ac_cv_exeext=no"
       
    49 COMPONENT_BUILD_ENV +=	"ac_cv_objext=o"
       
    50 endif
       
    51 
    42 
    52 
    43 build:          $(BUILD_32)
    53 build:          $(BUILD_32)
    44 
    54 
    45 install:        $(INSTALL_32)
    55 install:        $(INSTALL_32)
    46 
    56