# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON=2.4 inherit distutils eutils flag-o-matic DESCRIPTION="Natural Language Toolkit" SRC_URI="http://prdownloads.sourceforge.net/nltk/${P}.tar.gz" HOMEPAGE="http://nltk.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc data" DEPEND="" RDEPEND="${DEPEND} data? ( dev-python/nltk-data ) doc? ( dev-python/nltk-doc )" src_install() { distutils_src_install } pkg_postinst() { elog "You will need the NLTK data files package as well" elog " emerge -av nltk-data" }