summaryrefslogtreecommitdiff
blob: 32b33eaf4a6ea5b9d48d89742626dd319ae9cda7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-sci/kstars/kstars-0.6-r2.ebuild,v 1.2 2002/05/21 18:14:07 danarmak Exp $

inherit kde-base || die

need-kde 2.1

DESCRIPTION="A fun and educational desktop planetarium program for KDE2"
HOMEPAGE="http://kstars.sourceforge.net"
SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-2"

src_install () {
	# ugh. hopefully the authors next release will be fixed.
	patch -p0 < ${FILESDIR}/destdir-icons.diff || die "bad patchfile"
	kde_src_install
}