From 61d42c3a5395045000da8d29fadaf643c3962552 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 10 Feb 2011 14:15:53 +0100 Subject: [PATCH] Added pycurl-7.19.0 build template. --- srcpkgs/pycurl/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/pycurl/template diff --git a/srcpkgs/pycurl/template b/srcpkgs/pycurl/template new file mode 100644 index 00000000000..a128a39bc1b --- /dev/null +++ b/srcpkgs/pycurl/template @@ -0,0 +1,19 @@ +# Template file for 'pycurl' +pkgname=pycurl +version=7.19.0 +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 " +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." + +Add_dependency run glibc +Add_dependency run libssl +Add_dependency run libcurl +Add_dependency build openssl-devel +Add_dependency build libcurl-devel +Add_dependency full python