aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/esorex/esorex-3.6.1.ebuild')
-rw-r--r--sci-astronomy/esorex/esorex-3.6.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-astronomy/esorex/esorex-3.6.1.ebuild b/sci-astronomy/esorex/esorex-3.6.1.ebuild
new file mode 100644
index 000000000..11468a645
--- /dev/null
+++ b/sci-astronomy/esorex/esorex-3.6.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 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/observing/cpl/esorex"
+SRC_URI="ftp://ftp.hq.eso.org/pub/cpl/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND=">=sci-astronomy/cpl-3.1"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README AUTHORS NEWS TODO BUGS ChangeLog
+ insinto /usr/share/doc/${PF}
+ doins examples/*
+}