aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <seb@cayenne.ist.utl.pt>2009-07-23 18:31:29 +0100
committerSebastien Fabbro <seb@cayenne.ist.utl.pt>2009-07-23 18:31:29 +0100
commitfe73f894f9d51c933f4c14abf7eba316d5fa7217 (patch)
treec00f0325a7597b1a432aad96dd0452f194d06b48 /sci-astronomy/esorex/esorex-3.7.2.ebuild
parentgasgano version bump (diff)
downloadsci-fe73f894f9d51c933f4c14abf7eba316d5fa7217.tar.gz
sci-fe73f894f9d51c933f4c14abf7eba316d5fa7217.tar.bz2
sci-fe73f894f9d51c933f4c14abf7eba316d5fa7217.zip
esorex version bump
Diffstat (limited to 'sci-astronomy/esorex/esorex-3.7.2.ebuild')
-rw-r--r--sci-astronomy/esorex/esorex-3.7.2.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-astronomy/esorex/esorex-3.7.2.ebuild b/sci-astronomy/esorex/esorex-3.7.2.ebuild
new file mode 100644
index 000000000..82a429269
--- /dev/null
+++ b/sci-astronomy/esorex/esorex-3.7.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="ESO Recipe Execution Tool to exec cpl scripts"
+HOMEPAGE="http://www.eso.org/sci/data-processing/software/cpl/esorex.html"
+SRC_URI="ftp://ftp.eso.org/pub/cpl/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+DEPEND=">=sci-astronomy/cpl-5"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README AUTHORS NEWS TODO BUGS ChangeLog
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples || die
+ fi
+}