/[gentoo-x86]/sci-astronomy/stiff/stiff-2.1.3.ebuild
Gentoo

Contents of /sci-astronomy/stiff/stiff-2.1.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Mon Jul 9 23:55:06 2012 UTC (11 months, 1 week ago) by bicatali
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +6 -6 lines
Keyword amd64-linux, x86-linux, updated home page and download url

(Portage version: 2.2.01.20757-prefix/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stiff/stiff-2.1.3.ebuild,v 1.1 2011/04/10 14:45:35 bicatali Exp $
4
5 EAPI=4
6
7 DESCRIPTION="Converts astronomical FITS images to the TIFF format"
8 HOMEPAGE="http://www.astromatic.net/software/stiff"
9 SRC_URI="http://www.astromatic.net/download/${PN}/${P}.tar.gz"
10
11 LICENSE="CeCILL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
14 IUSE="doc threads"
15
16 RDEPEND="media-libs/tiff
17 virtual/jpeg
18 sys-libs/zlib"
19 DEPEND="${RDEPEND}"
20
21 src_configure() {
22 econf $(use_enable threads)
23 }
24
25 src_install () {
26 default
27 use doc && dodoc doc/*
28 }

  ViewVC Help
Powered by ViewVC 1.1.20