blob: 6bbc45fa13c7256becb521fdbda03551ac6e3580 (
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 = "virtual/libc curl-${PV}"
SRCNAME = "pycurl"
SRC_URI = "http://${SRCNAME}.sourceforge.net/download/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|