buildrootschalter/package/python-thrift/python-thrift.mk
Thomas Petazzoni 0a0ea0a19e python-thrift: convert to the Python package infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-15 13:41:26 +01:00

16 lines
526 B
Makefile

################################################################################
#
# python-thrift
#
################################################################################
PYTHON_THRIFT_VERSION = 0.9.1
PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
PYTHON_THRIFT_SITE = http://www.us.apache.org/dist/thrift/$(PYTHON_THRIFT_VERSION)
PYTHON_THRIFT_LICENSE = Apache-2.0
PYTHON_THRIFT_LICENSE_FILES = LICENSE
PYTHON_THRIFT_SETUP_TYPE = setuptools
PYTHON_THRIFT_SUBDIR = lib/py
$(eval $(python-package))