# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils eutils flag-o-matic MY_PV="2.0b9" DESCRIPTION="Natural Language Toolkit" SRC_URI="http://nltk.googlecode.com/files/${PN}-${MY_PV}.zip" HOMEPAGE="http://nltk.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64" IUSE="" DEPEND="dev-python/numpy dev-python/pyyaml" RDEPEND="$DEPEND" S=${WORKDIR}/${PN}-${MY_PV} src_install() { distutils_src_install }