aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/gfftools/gfftools-0.98d.ebuild')
-rw-r--r--sci-biology/gfftools/gfftools-0.98d.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-biology/gfftools/gfftools-0.98d.ebuild b/sci-biology/gfftools/gfftools-0.98d.ebuild
new file mode 100644
index 000000000..6cd5cd1d0
--- /dev/null
+++ b/sci-biology/gfftools/gfftools-0.98d.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="gff2ps can render features annotated in GFF file format into PostScript figures"
+HOMEPAGE="http://genome.crg.es/software/gfftools/GFF2PS.html"
+SRC_URI="ftp://genome.imim.es/pub/gff_tools/gff2ps/gff2ps_v0.98d.gz
+ http://genome.imim.es/software/gfftools/gff2ps_docs/manual/MANUAL_GFF2PS_v0.96.ps.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"
+
+src_install(){
+ mv gff2ps_v0.98d gff2ps
+ dobin gff2ps
+ dodoc MANUAL_GFF2PS_v0.96.ps
+}