/[gentoo-x86]/sci-biology/allpathslg/allpathslg-40063.ebuild
Gentoo

Contents of /sci-biology/allpathslg/allpathslg-40063.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue May 29 02:51:11 2012 UTC (11 months, 3 weeks ago) by weaver
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
version bump

(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-40063.ebuild,v 1.1 2011/12/28 03:48:22 weaver Exp $
4
5 EAPI=4
6
7 inherit autotools flag-o-matic
8
9 DESCRIPTION="De novo assembly of whole-genome shotgun microreads"
10 HOMEPAGE="http://www.broadinstitute.org/science/programs/genome-biology/crd"
11 SRC_URI="ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/${P}.tar.gz"
12
13 LICENSE="as-is"
14 SLOT="0"
15 IUSE=""
16 KEYWORDS="~amd64"
17
18 DEPEND="dev-libs/boost
19 >=sys-devel/gcc-4.3.3
20 sci-biology/vaal"
21 RDEPEND=""
22
23 src_prepare() {
24 sed -i 's/-ggdb3//' configure.ac || die
25 eautoreconf
26 }
27
28 src_install() {
29 einstall || die
30 # Provided by sci-biology/vaal
31 for i in QueryLookupTable ScaffoldAccuracy MakeLookupTable Fastb ShortQueryLookup; do
32 rm "${D}/usr/bin/$i" || die
33 done
34 }

  ViewVC Help
Powered by ViewVC 1.1.13