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

EAPI=3

DESCRIPTION="Tools for Short Read FASTA/FASTQ file processing"
HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit"
SRC_URI="http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-"${PV}".tar.bz2"

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

DEPEND=">=sci-biology/libgtextutils-0.6.1"
RDEPEND="${DEPEND}
	dev-perl/PerlIO-gzip
	dev-perl/GDGraph
	sys-apps/sed
	sci-visualization/gnuplot"

src_install(){
	emake install DESTDIR="${D}"
}