19 lines
705 B
Text
19 lines
705 B
Text
# Template file for 'pycurl'
|
|
pkgname=pycurl
|
|
version=7.19.0
|
|
revision=2
|
|
distfiles="http://pycurl.sourceforge.net/download/${pkgname}-${version}.tar.gz"
|
|
build_style=python-module
|
|
short_desc="Python interface to the CURL library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=eb782dfcc5a7c023539a077462b83c167e178128ee9f7201665b9fbb1a8b0642
|
|
long_desc="
|
|
PycURL is a Python interface to libcurl. PycURL can be used to fetch objects
|
|
identified by a URL from a Python program, similar to the urllib Python
|
|
module. PycURL is mature, very fast, and supports a lot of features."
|
|
|
|
pycompile_module="curl"
|
|
|
|
Add_dependency build openssl-devel
|
|
Add_dependency build libcurl-devel
|
|
Add_dependency build python-devel
|