# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An unsupervised Bayesian classification system" HOMEPAGE="http://ic.arc.nasa.gov/ic/projects/bayes-group/autoclass/autoclass-c-program.html" SRC_URI=" http://ic.arc.nasa.gov/ic/projects/bayes-group/autoclass/autoclass-c-3-3-4.tar.gz" LICENSE="freedist" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="csh" #RDEPEND="" S=${WORKDIR}/${PN} src_compile() { chmod +x load-ac || die ./load-ac || die } src_install() { dobin autoclass dodoc doc/ data/ sample/ }