sci-astronomy/pal - 0.9.8 (gentoo)

Search

Package Information

Description:
Positional Astronomy Library
Homepage:
https://github.com/Starlink/pal
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.9.8 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Positional Astronomy Library"
HOMEPAGE="https://github.com/Starlink/pal"
SRC_URI="https://github.com/Starlink/${PN}/releases/download/v${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
RDEPEND="sci-astronomy/erfa:="
DEPEND="${RDEPEND}"

src_configure() {
	econf --without-starlink \
		  --without-stardocs \
		  --with-erfa \
		  $(use_enable static-libs static)
}

src_install() {
	default

	# remove cruft from non-fhs compliant
	dodoc -r "${ED}"/usr/{docs,manifests,news}
	rm -r "${ED}"/usr/{docs,manifests,news} || die

	if ! use static-libs; then
		find "${ED}" -name '*.la' -delete || die
	fi
}

USE Flags

Dependencies

DEPEND

sci-astronomy/erfa:=

RDEPEND

sci-astronomy/erfa:=

Manifest for 0.9.8

Type File Size Source URLs
DIST pal-0.9.8.tar.gz 1267834 bytes https://github.com/Starlink/pal/releases/download/v0.9.8/pal-0.9.8.tar.gz