# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="Validate, compare and draw summary statistics for GTF files" HOMEPAGE="http://mblab.wustl.edu/software.html" LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE="" SRC_URI="http://mblab.wustl.edu/software/download/"${PN}"-"${PV}".tar.gz http://mblab.wustl.edu/software/download/eval-documentation.pdf" DEPEND="dev-lang/perl dev-lang/tk sci-biology/vcftools sci-visualization/gnuplot" RDEPEND="${DEPEND}" src_install(){ dobin *.pl *.py dodoc "${DISTDIR}"/eval-documentation.pdf dodoc help/*.ps insinto /usr/share/eval doins *.gtf insinto /usr/share/eval/perl doins *.pm # TODO: need to add this into PERL_PATH }