aboutsummaryrefslogtreecommitdiff
blob: ecca1bf62129ed6dc2ceb3946063817d24966969 (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
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/kst-1.1.0.ebuild,v 1.3 2005/09/02 19:43:41 hansmi Exp $

inherit kde

DESCRIPTION="A plotting and data viewing program for KDE"
HOMEPAGE="http://omega.astro.utoronto.ca/kst/"
#SRC_URI="http://omega.astro.utoronto.ca/kst/${P}.tar.gz"
SRC_URI="http://mirrors.isc.org/pub/kde/stable/apps/KDE3.x/scientific/${P}.tar.gz"

KEYWORDS="~amd64 ppc ~sparc x86"
LICENSE="GPL-2"

SLOT="0"
IUSE=""

DEPEND="kde-base/kdelibs"
RDEPEND="$DEPEND
	sci-libs/gsl"
need-kde 3.1

PATCHES="${FILESDIR}/${P}-netcdf-fix.patch"

src_unpack(){
	kde_src_unpack
	einfo "Regenerating autotools files..."
	rm -f configure
	autoconf || die "autoconf failed"
}