summaryrefslogtreecommitdiff
path: root/packages/python/python-webpy_0.138.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-08 14:29:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-08 14:29:36 +0000
commitaaed825f7dbded762361f9e8d8866f34eee7a60a (patch)
treea33abbb2feed1f5ec80fe1f8d5d473536e58d439 /packages/python/python-webpy_0.138.bb
parent03095d3112f2617d5b09d1ee3212d09dc106b151 (diff)
parentf4351b755f744f65d3ff6702db7fd1376df76fc6 (diff)
merge of 80526ab06e22a8188d5bbf6c96c91a93e182c7c9
and 8ef2255951429792652b6d09bbad4841a438e89b
Diffstat (limited to 'packages/python/python-webpy_0.138.bb')
-rw-r--r--packages/python/python-webpy_0.138.bb19
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}
+}
+