summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2010-02-16 14:35:37 +0100
committerHenry Gebhardt <hsggebhardt@googlemail.com>2010-02-16 14:35:37 +0100
commit1168eb3988af48aa384af644f0128c0394d0bcbf (patch)
tree0088936c1f8d99779a9877c61dac8d4d36145710 /sci-astronomy/fpipe
parentperl-gcpan/IPC-XPA-0.09: Add g-cpan ebuild for the fpipe (diff)
downloadkork-1168eb3988af48aa384af644f0128c0394d0bcbf.tar.gz
kork-1168eb3988af48aa384af644f0128c0394d0bcbf.tar.bz2
kork-1168eb3988af48aa384af644f0128c0394d0bcbf.zip
sci-astronomy/fpipe-9999: Update for IPC::XPA and enable fpimage
Diffstat (limited to 'sci-astronomy/fpipe')
-rw-r--r--sci-astronomy/fpipe/Manifest2
-rw-r--r--sci-astronomy/fpipe/fpipe-9999.ebuild6
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-astronomy/fpipe/Manifest b/sci-astronomy/fpipe/Manifest
index a5d3f8a..f4884be 100644
--- a/sci-astronomy/fpipe/Manifest
+++ b/sci-astronomy/fpipe/Manifest
@@ -1 +1 @@
-EBUILD fpipe-9999.ebuild 1839 RMD160 4cdb3f75e49e13aeb404a72fe8a8db573a3dc45e SHA1 dfe90a15783addbbf77fdb9da332bbba79ddbda2 SHA256 01c566b6bdf4fb060305c1eada52335cf3d5d1872ef11216ebc93d29998e67d9
+EBUILD fpipe-9999.ebuild 1892 RMD160 16bc7a8f23ca8cc95e7af672633183238e5c899c SHA1 5b3d7114e3390c6205012f768146b5d854557603 SHA256 7879109fb77e71a9f7c860c887797b1bde8862587edc602c94dc91cac9505da8
diff --git a/sci-astronomy/fpipe/fpipe-9999.ebuild b/sci-astronomy/fpipe/fpipe-9999.ebuild
index cc7779f..2766827 100644
--- a/sci-astronomy/fpipe/fpipe-9999.ebuild
+++ b/sci-astronomy/fpipe/fpipe-9999.ebuild
@@ -20,6 +20,7 @@ DEPEND=">=x11-libs/gtk+-2.14
dev-perl/gtk2-perl
dev-perl/XML-Simple
virtual/perl-Time-HiRes
+ perl-gcpan/IPC-XPA
sci-astronomy/ftools"
pkg_setup() {
@@ -42,7 +43,10 @@ src_prepare() {
src_configure() {
filter-flags -O2
cd software
- econf $(use_enable debug debug 1) --disable-fpcmsimulator || die "econf failed"
+ econf $(use_enable debug debug 1) \
+ --disable-fpcmsimulator \
+ --enable-fpimage \
+ || die "econf failed"
}
src_compile() {