DESCRIPTION = "libcurl Python Bindings" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer " RDEPENDS = "python-core curl (${PV})" DEPENDS = "virtual/libc curl-${PV}" SRCNAME = "pycurl" SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils