summaryrefslogtreecommitdiff
blob: b2d2f6806245db0a2a6d6bee43d9227b9c497326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/mirrorselect-0.1.ebuild,v 1.2 2003/02/13 05:26:45 vapier Exp $

DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
SRC_URI=""
HOMEPAGE=""

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips"

DEPEND=">=dev-util/dialog-0.7
        sys-apps/grep
	sys-apps/sed"

src_install() {
	dosbin ${FILESDIR}/mirrorselect
}