aboutsummaryrefslogtreecommitdiff
blob: 70919b8fe1dfbe111c13aab29f291588d03bb1ce (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-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

DESCRIPTION="Seed-driven progressive assembly program"
HOMEPAGE="http://www.coccidia.icb.usp.br/genseed/"
SRC_URI="http://www.coccidia.icb.usp.br/genseed/download/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="
	sci-biology/cap3-bin
	dev-lang/perl
	sci-biology/ncbi-tools"
RDEPEND=""

S="${WORKDIR}"

src_install() {
	newbin ${PN}.pl ${PN}
}

pkg_postinst(){
	einfo "Ideally install also sci-biology/phrap which provides cross_match"
	einfo "It is used for vector masking"
}