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

EAPI=5

DESCRIPTION="Display, edit next-gen sequence alignment (BED, BLAST, Eland, mapview processed MAQ, Corona formats)"
HOMEPAGE="http://sourceforge.net/projects/ngsview"
SRC_URI="http://sourceforge.net/projects/ngsview/files/ngsview/ngsview-0.91.tar.gz"

# http://ngsview.sourceforge.net/manual.html

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="media-gfx/graphviz
		>=sys-libs/db-4.3
		>=dev-qt/qtcore-4"
RDEPEND="${DEPEND}"

src_compile(){
	cd src/trapper || die "Cannot cd to src/trapper"
	qmake || die
	make || die
}