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

EAPI=5

MY_HASH=885c33a

inherit git-r3

DESCRIPTION="The PacBio long read aligner"
HOMEPAGE="http://www.smrtcommunity.com/SMRT-Analysis/Algorithms/BLASR"
#SRC_URI="https://github.com/PacificBiosciences/blasr/tarball/${PV} -> ${P}.tar.gz"
SRC_URI=""
EGIT_REPO_URI="https://github.com/PacificBiosciences/blasr.git"

LICENSE="blasr"
SLOT="0"
IUSE=""
KEYWORDS=""

DEPEND="sci-libs/hdf5[cxx]"
RDEPEND=""

S="${WORKDIR}/blasr-${MY_HASH}"

src_install() {
	dodir /usr/bin
	emake install ASSEMBLY_HOME="${ED}/usr" || die
}