# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.0.4.ebuild,v 1.1 2004/11/08 00:58:37 motaboy Exp $ inherit eutils kde DESCRIPTION="A SIP user agent for Linux, with which you can initiate VoIP connections over the Internet." HOMEPAGE="http://www.wirlab.net/kphone/index.html" SRC_URI="http://www.wirlab.net/kphone/${P}.tar.gz" KEYWORDS="~x86 ~amd64 ~sparc ~ppc" LICENSE="GPL-2" IUSE="" SLOT="0" S=${WORKDIR}/kphone need-kde 3 src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-makefile.diff } src_compile(){ # Fix for our kde location myconf="$myconf --with-extra-libs=$KDEDIR/lib --prefix=/usr" econf ${myconf} || die "econf failed" emake }