# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-functions eutils DESCRIPTION="SFLphone aims to become your desktop's VoIP companion." HOMEPAGE="http://www.sflphone.org/" SRC_URI="http://forge.novell.com/modules/xfcontent/private.php/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=net-libs/libosip-2.2.0 >=net-libs/libeXosip-0.9.0 >=dev-cpp/commoncpp2-1.3.6 >=net-libs/ccrtp-1.3.0 >=media-libs/portaudio-19" need-qt 3.3 S=${WORKDIR}/${P} MY_PREFIX="/usr" src_compile() { local myconf myconf="--prefix ${MY_PREFIX}" ./configure \ ${myconf} || die "configure failed" emake || die "emake failed" } src_install() { make install DESTDIR=${D} || die "install failed" dodoc README TODO }