From: Stefan Schantl Date: Mon, 24 Aug 2009 20:18:38 +0000 (+0200) Subject: Added additional information to lfs/python-urlgrabber. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9d28264249da099215be4774b5b16b2891f657;p=ipfire-3.x.git Added additional information to lfs/python-urlgrabber. --- diff --git a/lfs/python-urlgrabber b/lfs/python-urlgrabber index 0eb4d54da..effb16759 100644 --- a/lfs/python-urlgrabber +++ b/lfs/python-urlgrabber @@ -26,6 +26,7 @@ include Config PKG_NAME = urlgrabber PKG_VER = 3.1.0 +PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz @@ -33,9 +34,23 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = System/Libraries CORE = yes EXTRA = no DEBUG = no +BUILD_DEPS = +DEPS = python + +URL = http://urlgrabber.baseurl.org/ +LICENSE = LGPLv2+ +SHORT_DESC = A high-level cross-protocol url-grabber. + +define LONG_DESC + A high-level cross-protocol url-grabber for python supporting HTTP, \ + FTP and file locations. Features include keepalive, byte ranges, \ + throttling, authentication, proxies and more. +endef ############################################################################### # Top-level Rules