aboutsummaryrefslogtreecommitdiff
blob: 9d620badb0e9addf64df24bb800df9f3f326ce8a (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
32
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/gatk/gatk-9999.ebuild,v 1.1 2011/10/31 21:18:17 weaver Exp $

EAPI=5

MY_HASH=885c33a

inherit git-2

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}"

ASSEMBLY_HOME="${D}/usr"

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