aboutsummaryrefslogtreecommitdiff
blob: ab60eeb602cbc9732c8c6966bbc4c5a304b45ae7 (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
30
31
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit autotools git-r3

DESCRIPTION="Library for biobambam2"
HOMEPAGE="https://github.com/gt1/libmaus"
EGIT_REPO_URI="https://github.com/gt1/libmaus2.git"

LICENSE="GPL-3" # BUG: a mix of licenses, see AUTHORS
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="
	!sci-libs/libmaus
	sci-libs/io_lib
	app-arch/snappy
	sci-biology/seqan"

src_prepare() {
	eautoreconf
	eapply_user
}

pkg_postinst(){
	einfo "The io_lib, snappy and seqan dependencies are not strictly needed"
	einfo "but were forced for optimal libmaus2 performance."
}