summaryrefslogtreecommitdiffstats
path: root/kbfx-svn.ebuild.in
blob: 0fdc8687bb4841800af82f98e4a30074c3679a70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header

inherit kde eutils subversion
need-kde 3.3

DESCRIPTION="The SVN Version of the KDE alternative K-Menu KBFX"
HOMEPAGE="http://www.kbfx.net/"
ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/playground/base/kbfx_plasma"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~amd64"
IUSE="strigi"

DEPEND=">=dev-util/cmake-2.4.2
	strigi? ( kde-misc/strigi )"

export DESTDIR=${D}

src_compile() {
	cmake \
		-DCMAKE_INSTALL_PREFIX:PATH=${TDEDIR} \
		-DUSE_STRIGI:BOOL=$( use strigi && echo ON || echo OFF ) \
	. || die
}