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

Collapse All | Expand All

(-)bact-0.13.ebuild (+6 lines)
Lines 2-7 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/app-text/bact/bact-0.13.ebuild,v 1.1 2005/12/24 18:58:09 usata Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-text/bact/bact-0.13.ebuild,v 1.1 2005/12/24 18:58:09 usata Exp $
4
4
5
inherit toolchain-funcs
6
5
DESCRIPTION="Boosting Algorithm for Classification of Trees"
7
DESCRIPTION="Boosting Algorithm for Classification of Trees"
6
HOMEPAGE="http://chasen.org/~taku/software/bact/"
8
HOMEPAGE="http://chasen.org/~taku/software/bact/"
7
SRC_URI="http://chasen.org/~taku/software/bact/${P}.tar.gz"
9
SRC_URI="http://chasen.org/~taku/software/bact/${P}.tar.gz"
Lines 13-18 Link Here
13
15
14
DEPEND=""
16
DEPEND=""
15
17
18
src_compile() {
19
	emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
20
}
21
16
src_test() {
22
src_test() {
17
	make test || die
23
	make test || die
18
}
24
}

Return to bug 240126