Move buildroot to bsp directory.
This commit is contained in:
14
bsp/buildroot/package/python-cherrypy/python-cherrypy.mk
Normal file
14
bsp/buildroot/package/python-cherrypy/python-cherrypy.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-cherrypy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CHERRYPY_VERSION = 4.0.0
|
||||
PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz
|
||||
PYTHON_CHERRYPY_SITE = http://pypi.python.org/packages/source/C/CherryPy
|
||||
PYTHON_CHERRYPY_LICENSE = BSD-3c
|
||||
PYTHON_CHERRYPY_LICENSE_FILES = cherrypy/LICENSE.txt
|
||||
PYTHON_CHERRYPY_SETUP_TYPE = distutils
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user