summaryrefslogtreecommitdiff
path: root/python/python-curl_7.11.0.oe
blob: 624af645d5ddbf7cbf4e267d3dbf1c46ad7d586a (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 = "libc6 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