summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2010-02-26 11:44:33 +0100
committerHenry Gebhardt <hsggebhardt@googlemail.com>2010-02-26 11:44:33 +0100
commit15e8d31d7022e11c465df8e068040a474e127941 (patch)
tree28ab95f90810a4e377c69eb1297d7ca157099d97 /sci-astronomy/fpipe
parentsci-astronomy/fpipe-9999: Enable FPIxo*2Fits tools (diff)
downloadkork-15e8d31d7022e11c465df8e068040a474e127941.tar.gz
kork-15e8d31d7022e11c465df8e068040a474e127941.tar.bz2
kork-15e8d31d7022e11c465df8e068040a474e127941.zip
sci-astronomy/fpipe-9999: Update, include docs
Diffstat (limited to 'sci-astronomy/fpipe')
-rw-r--r--sci-astronomy/fpipe/Manifest2
-rw-r--r--sci-astronomy/fpipe/fpipe-9999.ebuild15
2 files changed, 7 insertions, 10 deletions
diff --git a/sci-astronomy/fpipe/Manifest b/sci-astronomy/fpipe/Manifest
index bbd21cd..088fdb3 100644
--- a/sci-astronomy/fpipe/Manifest
+++ b/sci-astronomy/fpipe/Manifest
@@ -1 +1 @@
-EBUILD fpipe-9999.ebuild 1967 RMD160 1e0ac02f3a9ee9760acfee200061f95e3b3bd91f SHA1 eaf6078780ad576e4ad2e0a4dc00aa8a97211bd8 SHA256 fc3e84a12956941329e6ea1b1b047b07bd0790ab5f499b10d93cd7f5d4f82d28
+EBUILD fpipe-9999.ebuild 1695 RMD160 dccdc0f4456a325760940a49ec7fa9b445bf7052 SHA1 f31bf21696f83cb9547588a132440cdb4e0c099e SHA256 4bc51323d963a471088cd8b3cc0813c48b8e61fecf274ecc32c79d6d39653d84
diff --git a/sci-astronomy/fpipe/fpipe-9999.ebuild b/sci-astronomy/fpipe/fpipe-9999.ebuild
index 0c20f3e..7ee506d 100644
--- a/sci-astronomy/fpipe/fpipe-9999.ebuild
+++ b/sci-astronomy/fpipe/fpipe-9999.ebuild
@@ -22,6 +22,7 @@ DEPEND=">=x11-libs/gtk+-2.14
virtual/perl-Time-HiRes
perl-gcpan/IPC-XPA
virtual/libusb:1
+ virtual/latex-base
sci-astronomy/ftools"
pkg_setup() {
@@ -30,15 +31,7 @@ pkg_setup() {
src_prepare() {
cd software
- # Get the cfitsio version HEASOFT is using. Alternatively, we could just
- # depend on sci-libs/cfitsio and be done. But let's take what HEASOFT gives
- # us.
- local CFITSIO_VERSION="`ls "${HEADAS}"/lib/libcfitsio*.so`"
- CFITSIO_VERSION="`basename "${CFITSIO_VERSION}" .so`"
- CFITSIO_VERSION="${CFITSIO_VERSION##libcfitsio_}"
- sed -i -e "/ffopen/s:cfitsio:cfitsio cfitsio_${CFITSIO_VERSION}:" \
- configure.ac
- ./bootstrap.sh
+ ./bootstrap.sh || die "bootstrap failed"
}
src_configure() {
@@ -49,12 +42,16 @@ src_configure() {
--enable-fpimage \
--enable-fpixoacm2fits \
--enable-fpixosvm2fits \
+ --enable-fptemplate \
|| die "econf failed"
}
src_compile() {
cd software
emake || die "emake failed"
+
+ cd "${S}"/documents
+ emake || die "emake failed for documents"
}
src_install() {