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

EAPI=5

inherit cmake-utils

DESCRIPTION="Barcode, MID tag and adapter sequence removal"
HOMEPAGE="https://sourceforge.net/p/flexbar/wiki/Manual"
SRC_URI="http://sourceforge.net/projects/flexbar/files/2.4/flexbar_v2.4_src.tgz"

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

CDEPEND="dev-cpp/tbb
	>=sci-biology/seqan-1.4.1"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"

S="${WORKDIR}"/"${PN}"_v"${PV}"_src