Parent Directory
|
Revision Log
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-2010 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.2.ebuild,v 1.2 2010/11/08 17:08:39 xarthisius Exp $ |
| 4 | |
| 5 | EAPI=2 |
| 6 | |
| 7 | DESCRIPTION="Converts astronomical FITS images to the TIFF format" |
| 8 | HOMEPAGE="http://astromatic.iap.fr/software/stiff" |
| 9 | SRC_URI="ftp://ftp.iap.fr/pub/from_users/bertin/${PN}/${P}.tar.gz" |
| 10 | |
| 11 | LICENSE="CeCILL-2" |
| 12 | SLOT="0" |
| 13 | KEYWORDS="~amd64 ~x86" |
| 14 | IUSE="doc threads" |
| 15 | |
| 16 | RDEPEND="media-libs/tiff |
| 17 | virtual/jpeg |
| 18 | sys-libs/zlib" |
| 19 | |
| 20 | DEPEND="${RDEPEND}" |
| 21 | |
| 22 | src_configure() { |
| 23 | econf $(use_enable threads) |
| 24 | } |
| 25 | |
| 26 | src_install () { |
| 27 | emake DESTDIR="${D}" install || die "emake install failed" |
| 28 | dodoc AUTHORS BUGS ChangeLog HISTORY README THANKS |
| 29 | if use doc; then |
| 30 | insinto /usr/share/doc/${PF} |
| 31 | doins doc/*.pdf || die |
| 32 | fi |
| 33 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.17 |