aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-curl_7.11.0.oe
blob: 835238c83cbc73d3060de492f08e681cb98fd5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "libcurl Python Bindings"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
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