summaryrefslogtreecommitdiff
blob: 4c45374c509dc7068d3a31b7b50fd94404e58038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-070415.ebuild,v 1.1 2007/12/16 19:25:39 pylon Exp $

EAPI=1

DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink"
HOMEPAGE="http://svxlink.sourceforge.net/"
SRC_URI="mirror://sourceforge/svxlink/svxlink-070415.tar.gz"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND="dev-lang/tcl
	media-sound/gsm
	x11-libs/qt:3"
DEPEND="${RDEPEND}
	 dev-libs/libsigc++:1.2"

S="${WORKDIR}"/${PN}

inherit kde-functions

src_compile() {
	epatch "${FILESDIR}"/kde.patch
	set-kdedir
	emake || die "emake failed"
}

src_install() {
	emake \
		INSTALL_ROOT="${D}" \
		install || die "emake install failed"
}