Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334593 | Differences between
and this patch

Collapse All | Expand All

(-)a/ripmime-1.4.0.9.ebuild (-3 / +8 lines)
Lines 2-8 Link Here
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/net-mail/ripmime/ripmime-1.4.0.9.ebuild,v 1.1 2009/05/22 20:05:13 dertobi123 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/ripmime/ripmime-1.4.0.9.ebuild,v 1.1 2009/05/22 20:05:13 dertobi123 Exp $
4
4
5
inherit multilib
5
EAPI="2"
6
7
inherit eutils multilib toolchain-funcs
6
8
7
DESCRIPTION="extract attachment files out of a MIME-encoded email pack"
9
DESCRIPTION="extract attachment files out of a MIME-encoded email pack"
8
HOMEPAGE="http://pldaniels.com/ripmime/"
10
HOMEPAGE="http://pldaniels.com/ripmime/"
Lines 13-21 Link Here
13
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
14
IUSE=""
16
IUSE=""
15
17
18
src_prepare() {
19
	epatch "${FILESDIR}"/${PN}-makefile.patch
20
}
21
16
src_compile() {
22
src_compile() {
17
	emake -j1 CFLAGS="${CFLAGS}" || die
23
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" default libripmime.a || die
18
	emake -j1 CFLAGS="${CFLAGS}" libripmime || die
19
}
24
}
20
25
21
src_install() {
26
src_install() {

Return to bug 334593