blob: 708fb6b5c92a565a569c516d189c79bb43adbb47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/ksimus/ksimus-0.3.6.ebuild,v 1.2 2003/04/24 13:46:35 phosphan Exp $
inherit kde-base
DESCRIPTION="KSimus is a KDE tool for simulation, automatization and visualization of technical processes."
HOMEPAGE="http://ksimus.berlios.de/"
KEYWORDS="x86"
SRC_URI="http://ksimus.berlios.de/download/ksimus-3-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
DEPEND="virtual/glibc" # stop complaining, we need kde - see below
need-kde 3
|