aboutsummaryrefslogtreecommitdiff
blob: 6bb1ac03d532f0c7735b6bb4dbb7c67135cdf913 (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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit rpm

RPMVER="3.2p1.4-21.1"

DESCRIPTION="The X Window-System-based Visual/Integrated Environment - binary package"
HOMEPAGE="https://archive.physionet.org/physiotools/xview/"
SRC_URI="https://archive.physionet.org/physiotools/xview/i386-Fedora/xview-${RPMVER}.fc8.i386.rpm"

LICENSE="XVIEW"
SLOT="0"
KEYWORDS="~amd64 ~x86"

S="${WORKDIR}"

QA_PREBUILT="*"

src_install() {
	dolib.so usr/*/lib/*.so.*
}