summaryrefslogtreecommitdiff
blob: b118ef47c4ae2a4097fcbf775977e682a497c4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/zfspath/zfspath-1.0.1.ebuild,v 1.4 2006/01/27 02:50:50 vapier Exp $

inherit zproduct

DESCRIPTION="Zope product to allow access to the filesystem"
HOMEPAGE="http://zope.org/Members/asterisk/ZFSPath/"
SRC_URI="http://zope.org/Members/asterisk/ZFSPath/${PV}/ZFSPath-${PV}.tgz"

LICENSE="GPL-2"
KEYWORDS="~ppc ~x86"

RDEPEND=">=net-zope/zope-2.6.4"

ZPROD_LIST="ZFSPath"

pkg_postinst() {
	zproduct_pkg_postinst
	einfo "Please view this product documentation through the ZMI for usage instructions."
}