summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/mira/mira-3.2.1.ebuild')
-rw-r--r--sci-biology/mira/mira-3.2.1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-biology/mira/mira-3.2.1.ebuild b/sci-biology/mira/mira-3.2.1.ebuild
index 658a361a1112..18c11397fe2f 100644
--- a/sci-biology/mira/mira-3.2.1.ebuild
+++ b/sci-biology/mira/mira-3.2.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.2.1.ebuild,v 1.7 2012/11/07 22:29:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.2.1.ebuild,v 1.8 2014/01/06 15:30:02 jlec Exp $
EAPI="3"
MIRA_3RDPARTY_PV="17-04-2010"
-inherit autotools base multilib
+inherit autotools eutils multilib
DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Solexa / Illumina"
HOMEPAGE="http://www.chevreux.org/projects_mira.html"
@@ -49,7 +49,8 @@ src_configure() {
#}
src_install() {
- base_src_install
+ emake DESTDIR="${D}" install
+ dodoc ${DOCS[@]}
dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl} || die
}