aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-pycurl_7.12.oe
blob: e0a09cbb6d9c695e171af3c07e06bf06bbfd1ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "libcurl Python Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core curl (>=${PV})"
DEPENDS = "curl"
SRCNAME = "pycurl"

SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils