diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb b/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb new file mode 100644 index 0000000..aa5554b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "WebSockets support for any application/server" | ||
| 2 | HOMEPAGE = "https://github.com/kanaka/websockify" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "websockify" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "673a70d007c1a2445c8ef5c7a3067c07" | ||
| 13 | SRC_URI[sha256sum] = "da4364f54fdcc5350059febe2e8fdf2b53d16cf04ee23c71315e561119f44529" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "gmp" | ||
| 20 | |||
| 21 | FILES_${PN} += "${datadir}/*" | ||
