summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 05:18:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 05:18:07 +0000
commit3a89607874133fbc78bdd1a8fa60f1c858d57fff (patch)
tree7e4ac1bb8a92559928b450b0d81b702ed188cba4 /media-gfx/k3studio
parentadded SLOT/KEYWORDS (diff)
downloadgentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.gz
gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.tar.bz2
gentoo-2-3a89607874133fbc78bdd1a8fa60f1c858d57fff.zip
repoman'd
Diffstat (limited to 'media-gfx/k3studio')
-rw-r--r--media-gfx/k3studio/k3studio-0.98.ebuild19
1 files changed, 11 insertions, 8 deletions
diff --git a/media-gfx/k3studio/k3studio-0.98.ebuild b/media-gfx/k3studio/k3studio-0.98.ebuild
index c3e6a8f04804..18b342ed199b 100644
--- a/media-gfx/k3studio/k3studio-0.98.ebuild
+++ b/media-gfx/k3studio/k3studio-0.98.ebuild
@@ -1,21 +1,24 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.98.ebuild,v 1.2 2002/07/05 09:55:52 verwilst Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3studio/k3studio-0.98.ebuild,v 1.3 2002/07/23 05:18:07 seemant Exp $
inherit kde-base || die
need-kde 3
-LICENSE="GPL-2"
-newdepend "=dev-lang/python-2.2*
- >=media-libs/glut-3.7
- >=sys-libs/readline-4.1
- >=media-libs/freetype-2.0.5
- >=media-libs/qhull-3.1"
-
DESCRIPTION="KDE universal workbench for 2D/3D modeling, visualization and simulation."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://k3studio.sourceforge.net"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+newdepend "=dev-lang/python-2.2*
+ >=media-libs/glut-3.7
+ >=sys-libs/readline-4.1
+ >=media-libs/freetype-2.0.5
+ >=media-libs/qhull-3.1"
+
src_compile() {
myconf="--with-qhull-includes=/usr/include/qhull"
myconf="$myconf --with-qhull-libraries=/usr/lib"