blob: e9a4a0262ff905fd1947cbcd0dbd7286b3abb8d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings/kdebindings-3.0.1.ebuild,v 1.4 2002/05/26 16:23:53 danarmak Exp $
inherit kde-dist
DESCRIPTION="${DESCRIPTION}Bindings"
newdepend ">=kde-base/kdebase-${PV}
=x11-libs/gtk+-1.2*
sys-devel/perl
python? ( dev-lang/python )
java? ( virtual/jdk )
=x11-libs/gtk+-1.2*
=dev-libs/glib-1.2*
~kde-base/kdenetwork-${PV}"
use python || myconf="$myconf --without-python"
use java && myconf="$myconf --with-java=$(java-config --jdk-home)" || myconf="$myconf --without-java"
export LIBPYTHON="`python-config`"
|