Merge openembedded@openembedded.bkbits.net:packages
[vuplus_openembedded] / python / python-curl_7.11.0.oe
1 DESCRIPTION = "libcurl Python Bindings"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 RDEPENDS = "python-core curl (${PV})"
6 DEPENDS = "virtual/libc curl-${PV}"
7 SRCNAME = "pycurl"
8
9 SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
11
12 inherit distutils