/[gentoo-x86]/media-gfx/recoverjpeg/recoverjpeg-2.0.ebuild
Gentoo

Contents of /media-gfx/recoverjpeg/recoverjpeg-2.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue May 29 01:17:57 2012 UTC (11 months, 3 weeks ago) by xmw
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
Version bump (bug 418055, thanks teidakankan@gmail.com), remove old.

(Portage version: 2.1.10.63/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/media-gfx/recoverjpeg/recoverjpeg-2.0.ebuild,v 1.1 2010/03/15 13:30:10 ssuominen Exp $
4
5 EAPI=2
6
7 DESCRIPTION="Recover JPEG pictures from a possibly corrupted disk image"
8 HOMEPAGE="http://www.rfc1149.net/devel/recoverjpeg"
9 SRC_URI="http://www.rfc1149.net/download/${PN}/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64 ~x86"
14 IUSE="minimal"
15
16 RDEPEND="!minimal? ( media-gfx/exif
17 media-gfx/imagemagick
18 dev-lang/python )"
19
20 src_configure() {
21 econf \
22 --disable-dependency-tracking
23 }
24
25 src_install() {
26 if use minimal; then
27 dobin recover{jpeg,mov} || die
28 doman recover{jpeg,mov}.1 || die
29 else
30 emake DESTDIR="${D}" install || die
31 fi
32
33 dodoc README
34 }

  ViewVC Help
Powered by ViewVC 1.1.13