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

Collapse All | Expand All

(-)libkarma-0.1.0.ebuild (-1 / +3 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/media-libs/libkarma/libkarma-0.1.0.ebuild,v 1.4 2008/05/18 16:31:16 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkarma/libkarma-0.1.0.ebuild,v 1.4 2008/05/18 16:31:16 maekke Exp $
4
4
5
inherit eutils mono
5
inherit eutils mono multilib
6
6
7
DESCRIPTION="Support library for using Rio devices with mtp"
7
DESCRIPTION="Support library for using Rio devices with mtp"
8
HOMEPAGE="http://www.freakysoft.de/html/libkarma/"
8
HOMEPAGE="http://www.freakysoft.de/html/libkarma/"
Lines 22-27 Link Here
22
	unpack ${A}
22
	unpack ${A}
23
	cd "${S}"
23
	cd "${S}"
24
	use !mono && epatch "${FILESDIR}/libkarma-0.0.6-mono.patch"
24
	use !mono && epatch "${FILESDIR}/libkarma-0.0.6-mono.patch"
25
	epatch "${FILESDIR}/${P}-multilib.patch"
25
}
26
}
26
27
27
src_compile() {
28
src_compile() {
Lines 29-33 Link Here
29
}
30
}
30
31
31
src_install() {
32
src_install() {
33
	export _LIBDIR=$(get_libdir)
32
	emake -j1 PREFIX="${D}/usr" install || die "emake install failed"
34
	emake -j1 PREFIX="${D}/usr" install || die "emake install failed"
33
}
35
}

Return to bug 213033