|
|
# Copyright 1999-2005 Gentoo Foundation | # Copyright 1999-2005 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/sci-libs/root/root-4.02.00.ebuild,v 1.5 2005/07/28 21:02:26 caleb Exp $ |
# $Header: $ |
| |
inherit flag-o-matic eutils | inherit flag-o-matic eutils |
| |
|
|
HOMEPAGE="http://root.cern.ch/" | HOMEPAGE="http://root.cern.ch/" |
| |
SLOT="0" | SLOT="0" |
LICENSE="as-is" |
LICENSE="LGPL-2" |
KEYWORDS="x86 -sparc -ppc" | KEYWORDS="x86 -sparc -ppc" |
IUSE="afs kerberos ldap mysql opengl postgres python qt" | IUSE="afs kerberos ldap mysql opengl postgres python qt" |
| |
|
|
--disable-srp \ | --disable-srp \ |
--disable-table \ | --disable-table \ |
--enable-thread \ | --enable-thread \ |
|
--enable-mathcore \ |
|
--enable-mathmore \ |
|
--enable-reflex \ |
|
--enable-cintex \ |
|
--enable-roofit \ |
$USEVENUS \ | $USEVENUS \ |
${myconf} || die "configure failed" | ${myconf} || die "configure failed" |
emake OPT="$CFLAGS" || die "make failed" |
#-j1 or we will have problems with --enable-mathmore |
|
emake -j1 OPT="$CFLAGS" || die "make failed" |
} | } |
| |
src_install() { | src_install() { |