blob: 360ebc4cae35a6942de69ced89412193a1e5f0db (
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
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kisdnwatch/kisdnwatch-01.00.08.ebuild,v 1.3 2004/12/05 17:06:35 motaboy Exp $
inherit kde eutils
DESCRIPTION="K ISDN Watch is a CAPI-Monitor for KDE."
HOMEPAGE="http://www.avm.de/de/Service/AVM_Service_Portale/Linux/CAPI_Tools/K_ISDN_Watch.html"
SRC_URI="ftp://ftp.avm.de/tools/k_isdn_watch.linux/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND="net-dialup/capi4k-utils"
need-kde 3
src_unpack() {
kde_src_unpack
epatch ${FILESDIR}/${P}-Makefiles.patch
use arts || epatch ${FILESDIR}/${P}-configure.patch
}
src_install() {
kde_src_install make
dohtml *.htm*
dodoc *.lsm
}
|