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

(-)fribidi-0.10.4.ebuild.orig (-1 / +2 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/fribidi/fribidi-0.10.4.ebuild,v 1.22 2005/10/09 11:52:22 grobian Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.10.4.ebuild,v 1.22 2005/10/09 11:52:22 grobian Exp $
4
4
5
inherit eutils
5
inherit eutils toolchain-funcs
6
6
7
DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
7
DESCRIPTION="A free implementation of the unicode bidirectional algorithm"
8
HOMEPAGE="http://freedesktop.org/Software/FriBidi"
8
HOMEPAGE="http://freedesktop.org/Software/FriBidi"
Lines 21-26 Link Here
21
}
21
}
22
22
23
src_compile() {
23
src_compile() {
24
	tc-export CC
24
	econf || die
25
	econf || die
25
	emake || die "emake failed"
26
	emake || die "emake failed"
26
	make test || die "make test failed"
27
	make test || die "make test failed"

Return to bug 131795