Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 172419
Collapse All | Expand All

(-)libebml-0.7.7-r1.ebuild (-2 / +7 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/dev-libs/libebml/libebml-0.7.7-r1.ebuild,v 1.8 2006/12/02 21:55:51 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild,v 1.8 2006/12/02 21:55:51 jer Exp $
4
4
5
inherit multilib
5
inherit multilib toolchain-funcs
6
6
7
DESCRIPTION="Extensible binary format library (kinda like XML)"
7
DESCRIPTION="Extensible binary format library (kinda like XML)"
8
HOMEPAGE="http://www.matroska.org/"
8
HOMEPAGE="http://www.matroska.org/"
Lines 13-20 Link Here
13
KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86"
13
KEYWORDS="~alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86"
14
IUSE=""
14
IUSE=""
15
15
16
S="${S}/make/linux"
17
18
src_compile() {
19
	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed"
20
}
21
16
src_install() {
22
src_install() {
17
	cd "${S}"/make/linux
18
	einstall libdir="${D}/usr/$(get_libdir)" || die "make install failed"
23
	einstall libdir="${D}/usr/$(get_libdir)" || die "make install failed"
19
	dodoc "${S}"/ChangeLog
24
	dodoc "${S}"/ChangeLog
20
}
25
}

Return to bug 172419