summaryrefslogtreecommitdiff
blob: 2e6c206ae644ec80a04328c42aa743147ed40ff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/zprod-manager/zprod-manager-0.1.ebuild,v 1.5 2003/04/04 01:35:31 kutsuya Exp $

DESCRIPTION="Gentoo Zope Product selection tool"
SRC_URI=""
HOMEPAGE="http://www.gentoo.org/"
 
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ~ppc"
 
DEPEND=""
RDEPEND=">=dev-util/dialog-0.7
	sys-apps/grep
	sys-apps/sed
	>=net-zope/zope-2.6.0-r2"

src_install() {
        dosbin ${FILESDIR}/${PV}/zprod-manager
}