summaryrefslogtreecommitdiff
blob: 36fa3d284b0be2f9139757579d67f6cb8aad1c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/qgrid/qgrid-2.5.ebuild,v 1.5 2009/10/01 16:54:18 ssuominen Exp $

ARTS_REQUIRED=never
inherit kde

DESCRIPTION="Amateur radio grid square calculator"
HOMEPAGE="http://users.telenet.be/on4qz/"
SRC_URI="http://users.telenet.be/on4qz/qgrid/download/${P}.tar.gz"

KEYWORDS="~amd64 ~ppc x86"
SLOT="3.5"
LICENSE="GPL-2"
IUSE=""

need-kde 3.5

src_install() {
	kde_src_install
	rm "${D}"/usr/doc -R
	dohtml qgrid/docs/en/*
}