# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-1.0.1.ebuild,v 1.3 2012/03/02 14:58:32 elvanor Exp $ EAPI="3" KDE_LINGUAS="bs cs da de es et fr ga hu it nl pl pt pt_BR ru sk sv uk zh_CN zh_HK" inherit autotools eutils autotools-utils cmake-utils kde4-base DESCRIPTION="KDE4 client for SFLphone." HOMEPAGE="http://www.sflphone.org/" SRC_URI="http://download.kde.org/stable/sflphone/${PV}/src/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" CDEPEND="kde-base/kdepimlibs" DEPEND="${CDEPEND}" RDEPEND="${CDEPEND}" CMAKE_IN_SOURCE_BUILD="1" src_prepare(){ # patch from OpenSUSE to fix build time issues epatch "${FILESDIR}/fix-build.diff" # sed -i 's/\/src\/lib\/typedefs.h/\/lib\/typedefs.h/g' \ # src/klib/kcfg_settings.kcfgc || 'sed failed' } src_configure(){ local mycmakeargs=(-DCMAKE_INSTALL_PREFIX="/usr") cmake-utils_src_configure }