summaryrefslogtreecommitdiff
path: root/python/python-pycurl_7.12.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-06-19 12:41:49 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-06-19 12:41:49 +0000
commitedf200cdef3db37e8544ef88a1376d5c4ffaa87b (patch)
tree00f3c0972b5a79b991077381f2efa2e4297d86cb /python/python-pycurl_7.12.oe
parent265098fadda304d14c823c8672597676c3622b4a (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/06/19 13:31:00+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/06/19 02:41:35+02:00 uni-frankfurt.de!mickey remove qte 2.3.8 for now since it has to catch up with 2.3.7 glibc independent build. TT is releaseing 2.3.9 snapshots now (called 2.3.8-snap), btw. 2004/06/19 02:39:22+02:00 uni-frankfurt.de!mickey minor python fixes BKrev: 40d4348djT6n5h--n8nPAwEcf6qI2Q
Diffstat (limited to 'python/python-pycurl_7.12.oe')
-rw-r--r--python/python-pycurl_7.12.oe12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python-pycurl_7.12.oe b/python/python-pycurl_7.12.oe
index e69de29bb2..da32853ccb 100644
--- a/python/python-pycurl_7.12.oe
+++ b/python/python-pycurl_7.12.oe
@@ -0,0 +1,12 @@
+DESCRIPTION = "libcurl Python Bindings"
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
+RDEPENDS = "python-core curl (>=${PV})"
+DEPENDS = "curl"
+SRCNAME = "pycurl"
+
+SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils