diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-01-09 18:39:11 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-01-09 18:39:11 +0000 |
commit | 51db7e2b8ea69f3146c325079c807357394b9da4 (patch) | |
tree | 21d7ede4aab549def8eac4db0b285174f530f561 /sci-biology/njplot/njplot-20050109.ebuild | |
parent | Add ip28 Local USE flags for our rudimentary IP28 (SGI Indigo2 R10000) suppor... (diff) | |
download | historical-51db7e2b8ea69f3146c325079c807357394b9da4.tar.gz historical-51db7e2b8ea69f3146c325079c807357394b9da4.tar.bz2 historical-51db7e2b8ea69f3146c325079c807357394b9da4.zip |
Changed versioning scheme.
Diffstat (limited to 'sci-biology/njplot/njplot-20050109.ebuild')
-rw-r--r-- | sci-biology/njplot/njplot-20050109.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sci-biology/njplot/njplot-20050109.ebuild b/sci-biology/njplot/njplot-20050109.ebuild new file mode 100644 index 000000000000..d42656d39f99 --- /dev/null +++ b/sci-biology/njplot/njplot-20050109.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/njplot/njplot-20050109.ebuild,v 1.1 2005/01/09 18:34:14 ribosome Exp $ + +DESCRIPTION="A phylogenetic tree drawing program which supports tree rooting" +HOMEPAGE="http://pbil.univ-lyon1.fr/software/njplot.html" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="public-domain" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="sci-biology/ncbi-tools + virtual/x11" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e "s%njplot.help%/usr/share/doc/${PF}/njplot.help%" njplot-vib.c +} + +src_compile() { + make all -e || die +} + +src_install() { + dobin add_root newicktops newicktotxt njplot unrooted + insinto /usr/share/doc/${PF} + doins njplot.help + insinto /usr/share/${PN} + doins test.ph +} |