components/libtorrent/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
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 # we really need to use studio, mostly because that's what
    26 # we really need to use studio, mostly because that's what
    27 # sigc++ uses, so we don't like that parfait is g++ in disguise
    27 # sigc++ uses, so we don't like that parfait is g++ in disguise
    28 export PARFAIT_BUILD=no
    28 export PARFAIT_BUILD=no
    39 COMPONENT_ARCHIVE_URL=	http://libtorrent.rakshasa.no/downloads/$(COMPONENT_ARCHIVE)
    39 COMPONENT_ARCHIVE_URL=	http://libtorrent.rakshasa.no/downloads/$(COMPONENT_ARCHIVE)
    40 COMPONENT_BUGDB=	utility/rtorrent
    40 COMPONENT_BUGDB=	utility/rtorrent
    41 
    41 
    42 TPNO=			9038
    42 TPNO=			9038
    43 
    43 
    44 include ../../make-rules/prep.mk
    44 include $(WS_MAKE_RULES)/prep.mk
    45 include ../../make-rules/configure.mk
    45 include $(WS_MAKE_RULES)/configure.mk
    46 include ../../make-rules/ips.mk
    46 include $(WS_MAKE_RULES)/ips.mk
    47 
    47 
    48 COMPONENT_PRE_CONFIGURE_ACTION = \
    48 COMPONENT_PRE_CONFIGURE_ACTION = \
    49 	($(CLONEY) $(SOURCE_DIR) $(@D))
    49 	($(CLONEY) $(SOURCE_DIR) $(@D))
    50 
    50 
    51 COMPONENT_PREP_ACTION = \
    51 COMPONENT_PREP_ACTION = \
    85 
    85 
    86 install:	$(INSTALL_32_and_64)
    86 install:	$(INSTALL_32_and_64)
    87 
    87 
    88 test:		$(NO_TESTS)
    88 test:		$(NO_TESTS)
    89 
    89 
    90 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    91 
    90 
    92 include ../../make-rules/depend.mk
    91 REQUIRED_PACKAGES += library/c++/sigcpp
       
    92 REQUIRED_PACKAGES += library/security/openssl
       
    93 REQUIRED_PACKAGES += system/library
       
    94 REQUIRED_PACKAGES += system/library/c++-runtime