aboutsummaryrefslogtreecommitdiff
blob: a096164104512dccee7a28129d80f926c92fd2ec (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
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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