aboutsummaryrefslogtreecommitdiff
blob: 515dabcfc00736bc7f1352f8fd39a8856f44df35 (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-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

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:0"
DEPEND="${CDEPEND}"
RDEPEND="${CDEPEND}"

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