diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-15 18:07:07 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-15 18:07:07 +0000 |
commit | 8b7c5d5d60721dce6b8db825d902912a64f7225a (patch) | |
tree | cb8146d8b24fa6aaf80102aa9301480bbd17e35f /media-libs/SoQt | |
parent | General cleanup. Remove old versions... (diff) | |
download | gentoo-2-8b7c5d5d60721dce6b8db825d902912a64f7225a.tar.gz gentoo-2-8b7c5d5d60721dce6b8db825d902912a64f7225a.tar.bz2 gentoo-2-8b7c5d5d60721dce6b8db825d902912a64f7225a.zip |
*** empty log message ***
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r-- | media-libs/SoQt/SoQt-20010215.build | 32 | ||||
-rw-r--r-- | media-libs/SoQt/files/digest-SoQt-20010215 | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/media-libs/SoQt/SoQt-20010215.build b/media-libs/SoQt/SoQt-20010215.build new file mode 100644 index 000000000000..95db36f0bcaf --- /dev/null +++ b/media-libs/SoQt/SoQt-20010215.build @@ -0,0 +1,32 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010215.build,v 1.1 2001/02/15 18:07:07 achim Exp $ + + +A=${P}.tar.gz +S=${WORKDIR}/${PN} +DESCRIPTION="A Qt Interface for coin" +SRC_URI="ftp://ftp.coin3d.org/pub/snapshots/${A}" +HOMEPAGE="http://www.coinn3d.org" + +DEPEND=">=x11-base/xfree-4.0.2 + >=media-libs/mesa-3.4 + =media-libs/coin-${PV}" + +src_compile() { + + try ./configure --prefix=/usr/X11R6 --host=${CHOST} + try make + +} + +src_install () { + + try make prefix=${D}/usr/X11R6 install + dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README* + docinto txt + dodoc docs/qtcomponents.doxygen + +} + diff --git a/media-libs/SoQt/files/digest-SoQt-20010215 b/media-libs/SoQt/files/digest-SoQt-20010215 new file mode 100644 index 000000000000..9dedffc4f307 --- /dev/null +++ b/media-libs/SoQt/files/digest-SoQt-20010215 @@ -0,0 +1 @@ +MD5 30b9f6225c3aeb3d41cfd3c9b124b97f SoQt-20010215.tar.gz |