diff options
| author | Koen Kooi <koen@openembedded.org> | 2006-07-08 14:47:06 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-08 14:47:06 +0000 |
| commit | d160eca8a1eec85bbaffcfca8c2fab12c71699df (patch) | |
| tree | 7c14a55775766be0f0e784d1e7d43e8b5e6c4766 /packages/python/python-webpy_0.138.bb | |
| parent | d1272f8a0d21ec3065084963514ed2141421daae (diff) | |
| parent | 592ad7f90afcc2bfac021f3fa3631d0ce26ed8cb (diff) | |
merge of 7af01deb5f2ccfe6a46c47c7d3366897760b7f50
and c1685b2c79265f6c5323c93187c06401cf52accb
Diffstat (limited to 'packages/python/python-webpy_0.138.bb')
| -rw-r--r-- | packages/python/python-webpy_0.138.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/python/python-webpy_0.138.bb b/packages/python/python-webpy_0.138.bb new file mode 100644 index 0000000000..557b9ee71e --- /dev/null +++ b/packages/python/python-webpy_0.138.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "A Lightweight Web Application Framework" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +LICENSE = "PSF" +RDEPENDS = "python-netserver" + +PR = "ml0" + +SRC_URI = "file://web.py" +S = "${WORKDIR}" + +inherit distutils-base + +do_install() { + install -d ${D}${libdir}/${PYTHON_DIR} + install -m 0755 web.py ${D}${libdir}/${PYTHON_DIR} +} + |
