blob: 403b99d9b316a291e83b6a7c875b6bee5609fbc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit java-pkg-2 java-ant-2
DESCRIPTION="Display short reads alignment"
HOMEPAGE="http://bioinformatics.zj.cn/magicviewer"
SRC_URI="
http://59.79.168.90/soft/${PN}_${PV}_x86_64_linux.tar.gz
http://59.79.168.90/soft/${PN}_${PV}_x86_32_linux.tar.gz"
LICENSE="GRL"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=">=virtual/jdk-1.6:*"
RDEPEND=">=virtual/jre-1.6:*"
# TODO: install either contents from
# MagicViewer_1.2.1_x86_32_linux/ subdir or MagicViewer_1.2.1_x86_64_linux/
|