# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="HMM python module" SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz" HOMEPAGE="http://www.logilab.org/projects/hmm" SLOT="0" LICENSE="GPL" KEYWORDS="~x86" IUSE="" DEPEND=">=dev-lang/python-2.1" src_install() { distutils_src_install }