aboutsummaryrefslogtreecommitdiff
blob: 7bb93e8337b75ad7c639d7d4b08e966ff7c6818d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Documentation reference for BLACS implementations"
HOMEPAGE="http://www.netlib.org/blacs/"
SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}"

src_install() {
	dodoc *ps
}