|
Lines 1-8
Link Here
|
| 1 |
# Copyright 1999-2006 Gentoo Foundation |
1 |
# Copyright 1999-2006 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dcraw/dcraw-8.39.ebuild,v 1.1 2006/09/29 22:17:47 wschlich Exp $ |
3 |
# $Header: $ |
| 4 |
|
4 |
|
| 5 |
inherit eutils flag-o-matic |
5 |
inherit eutils toolchain-funcs |
| 6 |
|
6 |
|
| 7 |
DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" |
7 |
DESCRIPTION="Converts the native (RAW) format of various digital cameras into netpbm portable pixmap (.ppm) image" |
| 8 |
HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" |
8 |
HOMEPAGE="http://www.cybercom.net/~dcoffin/dcraw/" |
|
Lines 17-27
Link Here
|
| 17 |
|
17 |
|
| 18 |
src_unpack() { |
18 |
src_unpack() { |
| 19 |
unpack ${A} |
19 |
unpack ${A} |
| 20 |
cd ${S} |
20 |
cd "${S}" |
|
|
21 |
epatch "${FILESDIR}"/Makefile.patch |
| 21 |
} |
22 |
} |
| 22 |
|
23 |
|
| 23 |
src_compile() { |
24 |
src_compile() { |
| 24 |
emake || die "make failed" |
25 |
emake CC=$(tc-getCC) || die "make failed" |
| 25 |
} |
26 |
} |
| 26 |
|
27 |
|
| 27 |
src_install() { |
28 |
src_install() { |