components/libtorrent/Makefile
branchs11-update
changeset 3661 47545fb8aed4
parent 2855 576d5a7857b7
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3658:52dff2005c9b 3661:47545fb8aed4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2014, 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
    36 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    36 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    37 COMPONENT_ARCHIVE_HASH=	\
    37 COMPONENT_ARCHIVE_HASH=	\
    38     sha256:cf9d2cd667fd6939a3e0bd27e48d0c7f35d9ab2f7affbb3214da03fd2c1360a8
    38     sha256:cf9d2cd667fd6939a3e0bd27e48d0c7f35d9ab2f7affbb3214da03fd2c1360a8
    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 
       
    42 TPNO=			9038
    41 
    43 
    42 include ../../make-rules/prep.mk
    44 include ../../make-rules/prep.mk
    43 include ../../make-rules/configure.mk
    45 include ../../make-rules/configure.mk
    44 include ../../make-rules/ips.mk
    46 include ../../make-rules/ips.mk
    45 
    47