aboutsummaryrefslogtreecommitdiff
blob: 8ddae8f97dbee5d6527bc8fcb1d24314ab481935 (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
28
29
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit git-r3 autotools

DESCRIPTION="Tools for bam file processing (libmaus2)"
HOMEPAGE="https://github.com/gt1/biobambam2"
EGIT_REPO_URI="https://github.com/gt1/biobambam2.git"

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

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

src_prepare() {
	eautoreconf
	eapply_user
}

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