components/python/markdown/Makefile
author Bayard Bell <buffer.g.overflow@gmail.com>
Tue, 21 Feb 2012 09:32:20 +0000
changeset 488 8e8c25bf32f7
parent 458 components/python_modules/markdown/Makefile@d5d6498ecc3f
permissions -rw-r--r--
2160 clean up illumian merge with userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
458
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     1
include ../../../make-rules/shared-macros.mk
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     2
COMPONENT_NAME     =  Markdown
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     3
COMPONENT_VERSION  =  2.0.3
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     4
COMPONENT_SRC      =  $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     5
COMPONENT_ARCHIVE  =  $(COMPONENT_SRC).tar.gz
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     6
COMPONENT_ARCHIVE_HASH = sha1:ce2848c60434a7c727c162ca5683998eb6d222c3
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     7
COMPONENT_ARCHIVE_URL  = http://pypi.python.org/packages/source/M/Markdown/$(COMPONENT_ARCHIVE)
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     8
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
     9
include $(WS_TOP)/make-rules/prep.mk
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    10
include $(WS_TOP)/make-rules/ips.mk
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    11
include $(WS_TOP)/make-rules/setup.py.mk
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    12
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    13
build:      $(BUILD_32)
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    14
install:    $(INSTALL_32)
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    15
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    16
COMPONENT_TEST_TARGETS = test
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    17
test:       $(TEST_32)
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    18
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    19
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    20
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    21
include $(WS_TOP)/make-rules/depend.mk
d5d6498ecc3f Added Python Markdown
Igor Pashev <igor.pashev@nexenta.com>
parents:
diff changeset
    22