22 lines
578 B
Bash
22 lines
578 B
Bash
# Copyright 1999-2006 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.1.ebuild,v 1.1 2006/11/06 05:28:09 aross 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-0.7
|
|
sys-apps/grep
|
|
sys-apps/sed
|
|
>=net-zope/zope-2.6.0-r2"
|
|
|
|
src_install() {
|
|
dosbin "${FILESDIR}/${PV}"/zprod-manager || die "install failed"
|
|
}
|