summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2010-02-16 15:57:02 +0100
committerHenry Gebhardt <hsggebhardt@googlemail.com>2010-02-16 15:57:02 +0100
commit74ae34eebf97ec74f9cd517ab57e3eec9a04afc1 (patch)
tree0d5ec3f905665cb57bd7cf7ee2095c393f15023e /sci-astronomy
parentsci-astronomy/fpipe-9999: Update for IPC::XPA and enable fpimage (diff)
downloadkork-74ae34eebf97ec74f9cd517ab57e3eec9a04afc1.tar.gz
kork-74ae34eebf97ec74f9cd517ab57e3eec9a04afc1.tar.bz2
kork-74ae34eebf97ec74f9cd517ab57e3eec9a04afc1.zip
sci-astronomy/fpipe-9999: Enable FPIxo*2Fits tools
...and add libusb-1.0 dependency
Diffstat (limited to 'sci-astronomy')
-rw-r--r--sci-astronomy/fpipe/Manifest2
-rw-r--r--sci-astronomy/fpipe/fpipe-9999.ebuild3
2 files changed, 4 insertions, 1 deletions
diff --git a/sci-astronomy/fpipe/Manifest b/sci-astronomy/fpipe/Manifest
index f4884be..bbd21cd 100644
--- a/sci-astronomy/fpipe/Manifest
+++ b/sci-astronomy/fpipe/Manifest
@@ -1 +1 @@
-EBUILD fpipe-9999.ebuild 1892 RMD160 16bc7a8f23ca8cc95e7af672633183238e5c899c SHA1 5b3d7114e3390c6205012f768146b5d854557603 SHA256 7879109fb77e71a9f7c860c887797b1bde8862587edc602c94dc91cac9505da8
+EBUILD fpipe-9999.ebuild 1967 RMD160 1e0ac02f3a9ee9760acfee200061f95e3b3bd91f SHA1 eaf6078780ad576e4ad2e0a4dc00aa8a97211bd8 SHA256 fc3e84a12956941329e6ea1b1b047b07bd0790ab5f499b10d93cd7f5d4f82d28
diff --git a/sci-astronomy/fpipe/fpipe-9999.ebuild b/sci-astronomy/fpipe/fpipe-9999.ebuild
index 2766827..0c20f3e 100644
--- a/sci-astronomy/fpipe/fpipe-9999.ebuild
+++ b/sci-astronomy/fpipe/fpipe-9999.ebuild
@@ -21,6 +21,7 @@ DEPEND=">=x11-libs/gtk+-2.14
dev-perl/XML-Simple
virtual/perl-Time-HiRes
perl-gcpan/IPC-XPA
+ virtual/libusb:1
sci-astronomy/ftools"
pkg_setup() {
@@ -46,6 +47,8 @@ src_configure() {
econf $(use_enable debug debug 1) \
--disable-fpcmsimulator \
--enable-fpimage \
+ --enable-fpixoacm2fits \
+ --enable-fpixosvm2fits \
|| die "econf failed"
}