diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-03 01:14:57 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-03-03 01:22:25 +0000 |
commit | b022a8c3609803451b322ac4c8636e19620c6646 (patch) | |
tree | 631b02c80b45f616ce3af751cefeb9e367782522 /sci-astronomy/skymaker/skymaker-3.10.5.ebuild | |
parent | sci-astronomy/missfits: Initial import (diff) | |
download | gentoo-b022a8c3609803451b322ac4c8636e19620c6646.tar.gz gentoo-b022a8c3609803451b322ac4c8636e19620c6646.tar.bz2 gentoo-b022a8c3609803451b322ac4c8636e19620c6646.zip |
sci-astronomy/skymaker: Initial import
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-astronomy/skymaker/skymaker-3.10.5.ebuild')
-rw-r--r-- | sci-astronomy/skymaker/skymaker-3.10.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-astronomy/skymaker/skymaker-3.10.5.ebuild b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild new file mode 100644 index 000000000000..4da7ecaa9b8f --- /dev/null +++ b/sci-astronomy/skymaker/skymaker-3.10.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Program that simulates astronomical images" +HOMEPAGE="http://www.astromatic.net/software/skymaker" +SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +LICENSE="GPL-3" +SLOT="0" +IUSE="threads" + +RDEPEND="sci-libs/fftw:3.0" +DEPEND="${RDEPEND}" + +src_configure() { + econf $(use_enable threads) +} |