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

EAPI=5

DESCRIPTION="Detection of structural variation breakpoints in unique and duplicated genomic regions"
HOMEPAGE="http://code.google.com/p/hydra-sv/"
SRC_URI="http://hydra-sv.googlecode.com/files/Hydra.v${PV}.tar.gz"

LICENSE="MIT"
SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~x86"

S="${WORKDIR}/Hydra-Version-${PV}"

src_compile() {
	emake clean
	default
}

src_install() {
	dobin bin/* scripts/*
}