aboutsummaryrefslogtreecommitdiff
blob: c12ecfecd192b7d3893b86ff09fd531f88d983e8 (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
32
33
34
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

DESCRIPTION="Display, edit NGS alignments"
HOMEPAGE="http://sourceforge.net/projects/ngsview"
#SRC_URI="mirror://sourceforge/projects/${PN}/files/${PN}/${P}.tar.gz"
SRC_URI="https://sourceforge.net/projects/ngsview/files/ngsview/ngsview-0.91.tar.gz"

# http://ngsview.sourceforge.net/about.html
#   a qt3 package needs >=sys-libs/db-4.3:*[cxx]
# http://ngsview.sourceforge.net/manual.html

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

DEPEND="
	media-gfx/graphviz
	>=sys-libs/db-4.3:*[cxx]
	dev-qt/qtcore:5"
RDEPEND="${DEPEND}"

src_configure(){
	cd src/trapper || die "Cannot cd to src/trapper"
	/usr/lib/qt5/bin/qmake || die
}

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