summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2016-02-29 21:11:46 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2016-02-29 23:13:02 +0000
commit813655152cc53e90128b19461416ad7958bd2a63 (patch)
tree60f86ae9e9efd7f5561bc47f997accf4f7b8098f /sci-astronomy/swarp/swarp-2.38.0.ebuild
parentsci-astronomy/sofa_c: Version bump and cleanup (diff)
downloadgentoo-813655152cc53e90128b19461416ad7958bd2a63.tar.gz
gentoo-813655152cc53e90128b19461416ad7958bd2a63.tar.bz2
gentoo-813655152cc53e90128b19461416ad7958bd2a63.zip
sci-astronomy/swarp: Version bump and cleanup
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-astronomy/swarp/swarp-2.38.0.ebuild')
-rw-r--r--sci-astronomy/swarp/swarp-2.38.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-astronomy/swarp/swarp-2.38.0.ebuild b/sci-astronomy/swarp/swarp-2.38.0.ebuild
new file mode 100644
index 000000000000..16fd61bf6931
--- /dev/null
+++ b/sci-astronomy/swarp/swarp-2.38.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Resample and coadd astronomical FITS images"
+HOMEPAGE="http://www.astromatic.net/software/swarp"
+SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="doc threads"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ econf $(use_enable threads)
+}
+
+src_install () {
+ default
+ use doc && dodoc doc/*
+}