components/rtorrent/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=			8824
    42 TPNO=			8824
    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 = \
    78 
    78 
    79 install:	$(INSTALL_32)
    79 install:	$(INSTALL_32)
    80 
    80 
    81 test:		$(NO_TESTS)
    81 test:		$(NO_TESTS)
    82 
    82 
    83 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    84 
    83 
    85 include ../../make-rules/depend.mk
    84 REQUIRED_PACKAGES += library/c++/sigcpp
       
    85 REQUIRED_PACKAGES += library/libtorrent
       
    86 REQUIRED_PACKAGES += library/ncurses
       
    87 REQUIRED_PACKAGES += system/library
       
    88 REQUIRED_PACKAGES += system/library/c++-runtime
       
    89 REQUIRED_PACKAGES += system/library/math
       
    90 REQUIRED_PACKAGES += web/curl