diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-07-28 16:32:18 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-07-28 16:32:18 +0000 |
commit | bf472ab7df878fb226b4a3cc21afe0b0c5cfcd91 (patch) | |
tree | 511d0d23038b3ebfb049a3ccf0fa4d40af5c444a /sci-astronomy/stiff | |
parent | Version bump (diff) | |
download | gentoo-2-bf472ab7df878fb226b4a3cc21afe0b0c5cfcd91.tar.gz gentoo-2-bf472ab7df878fb226b4a3cc21afe0b0c5cfcd91.tar.bz2 gentoo-2-bf472ab7df878fb226b4a3cc21afe0b0c5cfcd91.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/stiff')
-rw-r--r-- | sci-astronomy/stiff/stiff-1.12.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sci-astronomy/stiff/stiff-1.12.ebuild b/sci-astronomy/stiff/stiff-1.12.ebuild index 75bdb42450cb..1716099022a0 100644 --- a/sci-astronomy/stiff/stiff-1.12.ebuild +++ b/sci-astronomy/stiff/stiff-1.12.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/stiff-1.12.ebuild,v 1.1 2009/07/28 16:31:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/stiff-1.12.ebuild,v 1.2 2009/07/28 16:32:18 bicatali Exp $ EAPI=2 inherit autotools eutils -DESCRIPTION="Converts astronomical FITS images to the TIFF format for illustration purposes." +DESCRIPTION="Converts astronomical FITS images to the TIFF format" HOMEPAGE="http://astromatic.iap.fr/software/stiff" SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz" @@ -13,14 +13,12 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -DEPEND="" src_prepare() { epatch "${FILESDIR}"/${PN}-configure.patch eautoreconf } - src_install () { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS BUGS ChangeLog HISTORY README THANKS |