| 1 |
# Copyright 1999-2008 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/kst-1.1.0-r1.ebuild,v 1.4 2008/06/26 13:58:51 markusle Exp $
|
| 4 |
|
| 5 |
inherit kde
|
| 6 |
|
| 7 |
DESCRIPTION="A plotting and data viewing program for KDE."
|
| 8 |
HOMEPAGE="http://kst.kde.org/"
|
| 9 |
SRC_URI="http://mirrors.isc.org/pub/kde/stable/apps/KDE3.x/scientific/${P}.tar.gz"
|
| 10 |
|
| 11 |
KEYWORDS="amd64 ~ppc ~sparc ~x86"
|
| 12 |
LICENSE="GPL-2"
|
| 13 |
|
| 14 |
SLOT="0"
|
| 15 |
IUSE=""
|
| 16 |
|
| 17 |
RDEPEND="${DEPEND}
|
| 18 |
sci-libs/gsl"
|
| 19 |
|
| 20 |
need-kde 3.1
|
| 21 |
|
| 22 |
PATCHES=( "${FILESDIR}/${P}-netcdf-fix.patch" )
|
| 23 |
|
| 24 |
src_unpack(){
|
| 25 |
kde_src_unpack
|
| 26 |
einfo "Regenerating autotools files..."
|
| 27 |
rm -f configure
|
| 28 |
autoconf || die "autoconf failed"
|
| 29 |
}
|