aboutsummaryrefslogtreecommitdiff
blob: 3ebc9cae5ae584bcd889bbda1f19fa0a08d15bae (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
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="Tools for bam file processing (libmaus2)"
HOMEPAGE="https://gitlab.com/german.tischler/biobambam2
	https://github.com/gt1/biobambam2"
SRC_URI="https://github.com/gt1/biobambam2/archive/2.0.89-release-20180518145034.tar.gz"

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

DEPEND="
	!sci-biology/biobambam
	>=sci-libs/libmaus2-2.0.489"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/biobambam2-2.0.89-release-20180518145034

src_configure(){
	econf --with-libmaus2="${EPREFIX}"
}