blob: 243f3be747a7cba7835c38325a3335fe435459ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
. /usr/portage/eclass/inherit.eclass || die
inherit kde-base || die
S="${WORKDIR}/${P}"
need-kde 2
SLOT="0"
DESCRIPTION="a SIP user agent for Linux, with which you can initiate VoIP connections over the Internet."
SRC_URI="http://www.wirlab.net/kphone/kphone-0.9.6.tgz"
HOMEPAGE="http://www.wirlab.net/kphone/index.html"
|