bea5795e82f950d3f3cae5ada7b7c73610ba3283
[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 = "libc6 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