From c54ff3c3262be044de75d8816c73af8f535c1474 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 10 Feb 2011 14:20:35 +0100 Subject: [PATCH] Added urlgrabber-3.9.1 build template. --- srcpkgs/urlgrabber/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/urlgrabber/template diff --git a/srcpkgs/urlgrabber/template b/srcpkgs/urlgrabber/template new file mode 100644 index 0000000000..08fb05015e --- /dev/null +++ b/srcpkgs/urlgrabber/template @@ -0,0 +1,20 @@ +# Template file for 'urlgrabber' +pkgname=urlgrabber +version=3.9.1 +distfiles="http://urlgrabber.baseurl.org/download/$pkgname-$version.tar.gz" +build_style=python-module +short_desc="A high-level cross-protocol url-grabber and Python library" +maintainer="Juan RP " +checksum=4437076c8708e5754ea04540e46c7f4f233734ee3590bb8a96389264fb0650d0 +long_desc=" + urlgrabber is a pure python package that drastically simplifies the fetching + of files. It is designed to be used in programs that need common (but not + necessarily simple) url-fetching features. It is extremely simple to drop + into an existing program and provides a clean interface to + protocol-independant file-access. Best of all, urlgrabber takes care of all + those pesky file-fetching details, and lets you focus on whatever it is that + your program is written to do!" + +noarch=yes +Add_dependency full python ">=0" +Add_dependency full pycurl