aboutsummaryrefslogtreecommitdiff
blob: bfdd7b022960d780b9e7cbeff82d3ae19609dc46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Error corrector for genomic Illumina FASTQ reads"
HOMEPAGE="http://sourceforge.net/projects/trowel-ec"
SRC_URI="http://downloads.sourceforge.net/project/trowel-ec/src/trowel.0.1.4.1.src.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=dev-libs/boost-1.53.0
	>=dev-cpp/sparsehash-2.0.2"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/trowel.0.1.4.1.src