components/python/dulwich/Makefile
branchoi_151a
changeset 230 86d5a64ef772
parent 229 6b7ee4852067
child 231 879cd0f45d48
equal deleted inserted replaced
229:6b7ee4852067 230:86d5a64ef772
     1 #
       
     2 # This file and its contents are supplied under the terms of the
       
     3 # Common Development and Distribution License ("CDDL)". You may
       
     4 # only use this file in accordance with the terms of the CDDL.
       
     5 #
       
     6 # A full copy of the text of the CDDL should have accompanied this
       
     7 # source. A copy of the CDDL is also available via the Internet at
       
     8 # http://www.illumos.org/license/CDDL.
       
     9 #
       
    10 
       
    11 #
       
    12 # Copyright 2011, Andrzej Szeszo
       
    13 #
       
    14 
       
    15 include ../../../make-rules/shared-macros.mk
       
    16 
       
    17 #PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
       
    18 
       
    19 COMPONENT_NAME=		dulwich
       
    20 COMPONENT_VERSION=	0.7.1
       
    21 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    22 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    23 COMPONENT_ARCHIVE_HASH=	sha1:cfbeb7e83c4258f489ed2736a684190004c1733f
       
    24 COMPONENT_ARCHIVE_URL=	http://www.samba.org/~jelmer/dulwich/$(COMPONENT_ARCHIVE)
       
    25 
       
    26 include ../../../make-rules/prep.mk
       
    27 include ../../../make-rules/setup.py.mk
       
    28 include ../../../make-rules/ips.mk
       
    29 
       
    30 build:		$(BUILD_32_and_64)
       
    31 
       
    32 install:	$(INSTALL_32_and_64)
       
    33 
       
    34 test:		$(NO_TESTS)