sci-astronomy/xfitsview - 2.2 (gentoo)

Search

Install

Install this version:

emerge -a =sci-astronomy/xfitsview-2.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-astronomy/xfitsview-2.2

Or alternatively:

emerge --autounmask-write -a =sci-astronomy/xfitsview-2.2

Package Information

Description:
Viewer for astronomical images in FITS format
Homepage:
http://www.nrao.edu/software/fitsview/
License:
GPL-2

Ebuild Details

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

EAPI=7

inherit toolchain-funcs

MY_PN=XFITSview
MY_P=${MY_PN}${PV}

DESCRIPTION="Viewer for astronomical images in FITS format"
HOMEPAGE="http://www.nrao.edu/software/fitsview/"
SRC_URI="ftp://ftp.cv.nrao.edu/fits/os-support/unix/xfitsview/${PN}${PV}.tgz"
S="${WORKDIR}/${MY_PN}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=x11-libs/motif-2.3:0"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}"/${P}-build_system.patch )

src_prepare() {
	default
	find -name '*old.c' -delete || die
}

src_configure() {
	tc-export AR
	default
}

src_install() {
	dobin XFITSview
	dodoc README changes notes.text
}

Inherited Eclasses

Dependencies

DEPEND

>=x11-libs/motif-2.3:0

RDEPEND

>=x11-libs/motif-2.3:0

Manifest for 2.2

Type File Size Source URLs
DIST xfitsview2.2.tgz 290959 bytes ftp://ftp.cv.nrao.edu/fits/os-support/unix/xfitsview/xfitsview2.2.tgz