# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="tcltk" DESCRIPTION="Bioconductor is an open source and open development software project for the analysis and comprehension of genomic data." HOMEPAGE="http://www.bioconductor.org/" SRC_URI="http://www.bioconductor.org/downloads/Bioconductor_${PV}.tar.gz" LICENSE="lgpl" SLOT="0" KEYWORDS="~x86" DEPEND=">=dev-lang/R-1.7.1 dev-libs/hdf5 dev-libs/Rgraphviz tcltk? ( dev-lang/tk )" RDEPEND=${DEPEND} S=${WORKDIR}/${P} src_install() { # install into the fakeroot, avoiding sandbox violates my_pn=`echo ${PN} | tr b B` dodir /usr/lib/R/library /usr/bin/R INSTALL --library=${D}/usr/lib/R/library \ ${WORKDIR}/${my_pn} || die }