components/python/turbokid/Makefile
author Bayard Bell <buffer.g.overflow@gmail.com>
Tue, 21 Feb 2012 09:32:20 +0000
changeset 488 8e8c25bf32f7
parent 456 components/python_modules/turbokid/Makefile@613fb0bc7039
permissions -rw-r--r--
2160 clean up illumian merge with userland

include ../../../make-rules/shared-macros.mk
COMPONENT_NAME     =  TurboKid
COMPONENT_VERSION  =  1.0.5
COMPONENT_SRC      =  $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE  =  $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH = sha1:7502dc35ad8685ae73bd4772320cb7e38105b29e
COMPONENT_ARCHIVE_URL  = http://pypi.python.org/packages/source/T/TurboKid/$(COMPONENT_ARCHIVE)

include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/ips.mk
include $(WS_TOP)/make-rules/setup.py.mk

build:      $(BUILD_32)
install:    $(INSTALL_32)

COMPONENT_TEST_TARGETS = test
test:       $(TEST_32)

BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)

include $(WS_TOP)/make-rules/depend.mk