aboutsummaryrefslogtreecommitdiff
blob: bcb90eb0e97ded1d35832f8adb4324e579d1c927 (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
# $Header: $

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/*
}