Added urlgrabber-3.9.1 build template.
This commit is contained in:
parent
61d42c3a53
commit
c54ff3c326
1 changed files with 20 additions and 0 deletions
20
srcpkgs/urlgrabber/template
Normal file
20
srcpkgs/urlgrabber/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||||
|
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
|
Loading…
Reference in a new issue