# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt3 MY_P=${PN}-qt-${PV} DESCRIPTION="SFLphone aims to become your desktop's VoIP companion." HOMEPAGE="http://www.sflphone.org/" SRC_URI="http://www.sflphone.org/releases/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" S="${WORKDIR}/${PN}-qt" DEPEND=">=net-libs/libosip-2.2.1 >=net-libs/libeXosip-1.9.0 >=dev-cpp/commoncpp2-1.3.31 >=net-libs/ccrtp-1.3.5 $(qt_min_version 3.3)" # >=media-libs/portaudio-19 src_compile() { qmake || die 'qmake failed' emake || die 'emake failed' } src_install() { make install DESTDIR="${D}" || die "install failed" dodoc README }