From edf200cdef3db37e8544ef88a1376d5c4ffaa87b Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 19 Jun 2004 12:41:49 +0000 Subject: 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 --- python/python-pycurl_7.12.oe | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'python') 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 " +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 -- cgit v1.2.3