summaryrefslogtreecommitdiff
blob: 63253c4ff0c2d8295e077688a69765adec32fb5b (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/kst-1.1.1.ebuild,v 1.3 2006/07/03 09:43:11 pylon Exp $

inherit kde

DESCRIPTION="A plotting and data viewing program for KDE."
HOMEPAGE="http://kst.kde.org/"
SRC_URI="mirror://kde/stable/apps/KDE3.x/scientific/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ppc ~sparc ~x86"
IUSE=""

DEPEND="sci-libs/gsl"

need-kde 3.1

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

src_unpack(){
	kde_src_unpack
	rm -f configure
	autoconf || die "autoconf failed"
}