blob: 7b48d78187ad3a34eff1cad68b76639233120d2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/urlgrabber/urlgrabber-2.9.0.ebuild,v 1.3 2005/03/05 23:40:33 josejx Exp $
inherit distutils
DESCRIPTION="python module for downloading files"
HOMEPAGE="http://linux.duke.edu/projects/urlgrabber/"
SRC_URI="http://linux.duke.edu/projects/urlgrabber/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86 ~ppc"
IUSE=""
|