sci-libs/libframe - 8.20 (AstroFloyd)

Search

Package Information

Description:
Handle the Frame data format for the gravitational-wave detectors Virgo and LIGO
Homepage:
http://wwwlapp.in2p3.fr/virgo/FrameL/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
8.20 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

DESCRIPTION="Handle the Frame data format for the gravitational-wave detectors Virgo and LIGO"
HOMEPAGE="http://wwwlapp.in2p3.fr/virgo/FrameL/"
SRC_URI="http://wwwlapp.in2p3.fr/virgo/FrameL/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+fast-install static-libs"

src_configure() {
	econf \
		$(use_enable fast-install) \
		$(use_enable static-libs static) \
		# $(use_disable libtool-lock) \     avoid locking (might break parallel builds)
}

src_install() {
	emake DESTDIR="${D}${DESTDIR}" install
	mv "$D/usr/share/doc/${PN}" "$D/usr/share/doc/${P}"  # Doc subdir should contain package version
}

USE Flags

fast-install
Default: Enabled (+)

Manifest for 8.20

Type File Size Source URLs
DIST libframe-8.20.tar.gz 1005046 bytes http://wwwlapp.in2p3.fr/virgo/FrameL/libframe-8.20.tar.gz