# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-util/shc/shc-3.6.ebuild,v 1.3 2003/08/07 03:31:15 vapier Exp $ inherit distutils DESCRIPTION="Zope Object DataBase." HOMEPAGE="http://zope.org/Products/ZODB3.2/3.2" SRC_URI="http://zope.org/Products/ZODB3.2/3.2/${P}.tar.gz" LICENSE="ZPL" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/glibc" src_compile() { distutils_src_compile } src_install() { distutils_src_install dohtml -a html -r Doc ExtensionClass }