1 |
# Copyright 1999-2005 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.0.1.ebuild,v 1.7 2005/01/18 19:05:51 gustavoz Exp $ |
4 |
|
5 |
inherit kde |
6 |
|
7 |
need-kde 3 |
8 |
LICENSE="GPL-2" |
9 |
DESCRIPTION="a SIP user agent for Linux, with which you can initiate VoIP connections over the Internet." |
10 |
SRC_URI="http://www.wirlab.net/kphone/${P}.tgz" |
11 |
HOMEPAGE="http://www.wirlab.net/kphone/index.html" |
12 |
KEYWORDS="~x86 ~amd64 ~sparc" |
13 |
|
14 |
SLOT="0" |
15 |
IUSE="" |
16 |
|
17 |
src_compile(){ |
18 |
# Fix for our kde location |
19 |
myconf="$myconf --with-extra-libs=$KDEDIR/lib --datadir=${D}/usr/share --prefix=${D}/usr" |
20 |
econf ${myconf} || die "econf failed" |
21 |
emake |
22 |
} |