summaryrefslogtreecommitdiff
blob: 8455f5351657880ca0b2c33b97b1d6f71b0b8379 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde

DESCRIPTION="KLog is a Ham radio logging program for KDE."
SRC_URI="http://jaime.robles.nu/klog/download/${P}.tar.gz"
HOMEPAGE="http://jaime.robles.nu/klog/"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="media-libs/hamlib"
RDEPEND="${DEPEND}"

src_compile() {
	append-flags -L/usr/lib/hamlib
	kde_src_compile
}

need-kde 3.2