components/unrar/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 4376 f3801994dee3
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, 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 
    27 
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/sbin
    28 PATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin:/usr/sbin
    37 COMPONENT_ARCHIVE_URL=	http://www.rarlab.com/rar/$(COMPONENT_ARCHIVE)
    37 COMPONENT_ARCHIVE_URL=	http://www.rarlab.com/rar/$(COMPONENT_ARCHIVE)
    38 COMPONENT_BUGDB=	utility/unrar
    38 COMPONENT_BUGDB=	utility/unrar
    39 
    39 
    40 TPNO=			18537
    40 TPNO=			18537
    41 
    41 
    42 include ../../make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include ../../make-rules/justmake.mk
    43 include $(WS_MAKE_RULES)/justmake.mk
    44 include ../../make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 
    45 
    46 PKG_PROTO_DIRS = $(MANGLED_DIR)
    46 PKG_PROTO_DIRS = $(MANGLED_DIR)
    47 PKG_PROTO_DIRS += $(BUILD_DIR_32)
    47 PKG_PROTO_DIRS += $(BUILD_DIR_32)
    48 PKG_PROTO_DIRS += $(COMPONENT_DIR)
    48 PKG_PROTO_DIRS += $(COMPONENT_DIR)
    49 
    49 
    64 
    64 
    65 install:	$(BUILD_32)
    65 install:	$(BUILD_32)
    66 
    66 
    67 test:		$(NO_TESTS)
    67 test:		$(NO_TESTS)
    68 
    68 
    69 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    70 
    69 
    71 include ../../make-rules/depend.mk
    70 REQUIRED_PACKAGES += system/library
       
    71 REQUIRED_PACKAGES += system/library/c++-runtime
       
    72 REQUIRED_PACKAGES += system/library/math