/[gentoo-x86]/media-gfx/jhead/jhead-2.96.ebuild
Gentoo

Contents of /media-gfx/jhead/jhead-2.96.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Mon Aug 6 21:00:58 2012 UTC (9 months, 2 weeks ago) by ranger
Branch: MAIN
Changes since 1.3: +2 -2 lines
Marking jhead-2.96 ppc64 for bug 429118

(Portage version: 2.1.10.65/cvs/Linux ppc64)

1 radhermit 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3 ranger 1.4 # $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.96.ebuild,v 1.3 2012/08/05 00:12:58 jer Exp $
4 radhermit 1.1
5     EAPI=4
6    
7     inherit eutils toolchain-funcs
8    
9     DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover"
10     HOMEPAGE="http://www.sentex.net/~mwandel/jhead"
11     SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz"
12    
13     LICENSE="public-domain"
14     SLOT="0"
15 ranger 1.4 KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
16 radhermit 1.1 IUSE=""
17    
18     src_prepare() {
19     # bug 275200 - respect flags and use mktemp instead of mkstemp
20     epatch "${FILESDIR}"/${PN}-2.90-mkstemp_respect_flags.patch
21     }
22    
23     src_compile() {
24     emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
25     }
26    
27     src_install() {
28     dobin ${PN}
29     dodoc *.txt
30     dohtml *.html
31     doman ${PN}.1
32     }

  ViewVC Help
Powered by ViewVC 1.1.13