blob: 10f9a0c867c156c9996ae5ed850b1f5472572ff9 [file] [log] [blame]
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-4.3.4.ebuild,v 1.3 2010/01/23 22:36:57 abcd Exp $
EAPI="2"
KMNAME="kdesdk"
KMMODULE="kioslave"
inherit kde4-meta
DESCRIPTION="kioslaves from kdesdk package: the subversion kioslave"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
dev-libs/apr
dev-util/subversion
"
RDEPEND="${DEPEND}"
src_configure() {
mycmakeargs=(
-DAPRCONFIG_EXECUTABLE="${EPREFIX}"/usr/bin/apr-1-config
)
kde4-meta_src_configure
}