sci-astronomy/missfits - 2.8.0 (gentoo)

Search

Package Information

Description:
Performs basic maintenance and packaging tasks on FITS files
Homepage:
http://www.astromatic.net/software/missfits/
License:
GPL-3

Ebuild Details

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

EAPI=7

inherit autotools

DESCRIPTION="Performs basic maintenance and packaging tasks on FITS files"
HOMEPAGE="http://www.astromatic.net/software/missfits/"
SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"

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

PATCHES=(
	"${FILESDIR}"/${P}-run-AM_PROG_AR.patch
	"${FILESDIR}"/${P}-fno-common.patch
)

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	dodoc -r doc/.
}

Manifest for 2.8.0

Type File Size Source URLs
DIST missfits-2.8.0.tar.gz 428404 bytes http://www.astromatic.net/download/missfits/missfits-2.8.0.tar.gz