You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
470 B
23 lines
470 B
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
MY_P="${PN}_$(ver_rs 1-3 '_')"
|
|
|
|
DESCRIPTION="Template Numerical Toolkit: C++ headers for array and matrices"
|
|
HOMEPAGE="https://math.nist.gov/tnt/"
|
|
SRC_URI="https://math.nist.gov/tnt/${MY_P}.zip"
|
|
|
|
LICENSE="public-domain"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
|
|
|
BDEPEND="app-arch/unzip"
|
|
|
|
S="${WORKDIR}/${PN}"
|
|
|
|
src_install() {
|
|
doheader *.h
|
|
}
|