components/rdiff-backup/Makefile
changeset 1907 446472de62e9
parent 1434 c782e620dd26
child 1948 2d1537e7942d
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    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 #
    21 #
    22 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 #
    23 #
    24 
    24 
    25 include ../../make-rules/shared-macros.mk
    25 include ../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		rdiff-backup
    27 COMPONENT_NAME=		rdiff-backup
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:ee030ce638df0eb1047cf72578e0de15d9a3ee9ab24da2dc0023e2978be30c06
    32     sha256:ee030ce638df0eb1047cf72578e0de15d9a3ee9ab24da2dc0023e2978be30c06
    33 COMPONENT_ARCHIVE_URL=	http://download.savannah.gnu.org/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	http://download.savannah.gnu.org/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    34 COMPONENT_PROJECT_URL=  http://www.nongnu.org/rdiff-backup/
    34 COMPONENT_PROJECT_URL=  http://www.nongnu.org/rdiff-backup/
    35 COMPONENT_BUGDB=	utility/rdiff-backup
    35 COMPONENT_BUGDB=	utility/rdiff-backup
       
    36 
       
    37 # Syntax issues: not Python 3 ready.
       
    38 PYTHON_VERSIONS=	2.7 2.6
    36 
    39 
    37 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk
    40 
    43