summaryrefslogtreecommitdiff
blob: bb15b1247914e35d9d2cd5df0e52b8c05411d371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-35725.ebuild,v 1.1 2011/01/25 16:51:48 weaver Exp $

EAPI="2"

inherit autotools

DESCRIPTION="De novo assembly of whole-genome shotgun microreads"
HOMEPAGE="http://www.broadinstitute.org/science/programs/genome-biology/crd"
SRC_URI="ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/${P}.tar.gz"

LICENSE="as-is"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"

DEPEND="dev-libs/boost
	>=sys-devel/gcc-4.3.3"
RDEPEND=""

src_prepare() {
	eautoreconf
}

src_install() {
	einstall || die
}