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

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

inherit distutils