sci-astronomy/galaxy - 2.2 (gentoo)

Search

Install

Install this version:

emerge -a =sci-astronomy/galaxy-2.2

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

autounmask =sci-astronomy/galaxy-2.2

Or alternatively:

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

Package Information

Description:
Stellar simulation program
Homepage:
http://www.kornelix.com/galaxy.html
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.2 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 flag-o-matic toolchain-funcs xdg

# probably change every release
PID="1/3/0/3/13035936"

DESCRIPTION="Stellar simulation program"
HOMEPAGE="http://www.kornelix.com/galaxy.html"
SRC_URI="http://www.kornelix.com/uploads/${PID}/${P}.tar.gz"

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

DEPEND="x11-libs/gtk+:3"
RDEPEND="${DEPEND}
	x11-misc/xdg-utils"
BDEPEND="virtual/pkgconfig"

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

src_configure() {
	tc-export CXX PKG_CONFIG
	append-cxxflags -pthread
	append-ldflags -pthread
}

Inherited Eclasses

xdg

Dependencies

DEPEND

x11-libs/gtk+:3

RDEPEND

x11-libs/gtk+:3
	x11-misc/xdg-utils

BDEPEND

virtual/pkgconfig

Manifest for 2.2

Type File Size Source URLs
DIST galaxy-2.2.tar.gz 146675 bytes http://www.kornelix.com/uploads/1/3/0/3/13035936/galaxy-2.2.tar.gz