diff options
author | Mounir Lamouri <volkmar@gentoo.org> | 2009-04-28 16:00:31 +0000 |
---|---|---|
committer | Mounir Lamouri <volkmar@gentoo.org> | 2009-04-28 16:00:31 +0000 |
commit | 2dadd4f23474c83d9d2683faf806ed11dc88f7d5 (patch) | |
tree | 715695f9beab448236fb7ee59ab08e1c8a6c0d5e /net-misc/kphone/kphone-4.2.ebuild | |
parent | moving kphone from net-misc to net-voip, bug 194364 (diff) | |
download | gentoo-2-2dadd4f23474c83d9d2683faf806ed11dc88f7d5.tar.gz gentoo-2-2dadd4f23474c83d9d2683faf806ed11dc88f7d5.tar.bz2 gentoo-2-2dadd4f23474c83d9d2683faf806ed11dc88f7d5.zip |
removing kphone from net-misc, it has moved to net-voip
Diffstat (limited to 'net-misc/kphone/kphone-4.2.ebuild')
-rw-r--r-- | net-misc/kphone/kphone-4.2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-misc/kphone/kphone-4.2.ebuild b/net-misc/kphone/kphone-4.2.ebuild deleted file mode 100644 index 6dd899e223e6..000000000000 --- a/net-misc/kphone/kphone-4.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kphone/kphone-4.2.ebuild,v 1.6 2006/04/03 22:22:51 gustavoz Exp $ - -inherit qt3 eutils - -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" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ppc sparc ~x86" -IUSE="alsa debug jack" - -S=${WORKDIR}/${PN} - -DEPEND="=x11-libs/qt-3* - dev-libs/openssl - alsa? ( media-libs/alsa-lib ) - jack? ( media-sound/jack-audio-connection-kit )" - -# TODO: support for Secure RTP, needs libSRTP in portage - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/kphone-4.2-gcc4.diff -} - -src_compile() { - local myconf="$(use_enable alsa) $(use_enable jack) - $(use_enable debug) --disable-srtp" - - econf ${myconf} || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc CHANGES README -} |