# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils flag-o-matic DESCRIPTION="Natural Language Toolkit documentation" SRC_URI="http://prdownloads.sourceforge.net/nltk/${P}.zip" HOMEPAGE="http://nltk.org/" LICENSE="CCPL-Attribution-3.0" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} } src_compile() { return } src_install() { dodir /usr/share/doc/${P} cp -R "${WORKDIR}/doc/" "${D}/usr/share/doc/${P}" || die "Install failed!" return }