blob: 40f921a61ebe5aae4916e7a4b66577fa03da84a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kpl/kpl-3.2.ebuild,v 1.1 2005/04/19 00:44:59 cryos Exp $
inherit kde
need-kde 3.2
DESCRIPTION="KDE tool for plotting data sets and functions in 2D and 3D"
HOMEPAGE="http://frsl06.physik.uni-freiburg.de/privat/stille/kpl/"
SRC_URI="http://frsl06.physik.uni-freiburg.de/privat/stille/kpl/kpl-3.2.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
|