summaryrefslogtreecommitdiff
blob: c04658e72a2e77712c38182dba34cb53049614f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/zprod-manager/zprod-manager-0.3.2-r1.ebuild,v 1.4 2008/11/30 18:39:00 armin76 Exp $

DESCRIPTION="Gentoo Zope Product selection tool"
SRC_URI=""
HOMEPAGE="http://www.gentoo.org/"

SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="amd64 ppc sparc x86"

DEPEND=""
RDEPEND="dev-util/dialog
	net-zope/zope"

src_install() {
	dosbin "${FILESDIR}/${PV}"/zprod-manager || die "install failed"
}