blob: 9aa89baa356542a5d9fc01dc35de45802fd238f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.4 2002/07/25 16:18:19 aliz Exp $
inherit kde-base || die
need-kde 2.1
DESCRIPTION="A fun and educational desktop planetarium program for KDE2"
HOMEPAGE="http://kstars.sourceforge.net"
KEYWORDS="x86"
SLOT="0"
SRC_URI="mirror://sourceforge/${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
}
|