summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-02-15 18:07:07 +0000
committerAchim Gottinger <achim@gentoo.org>2001-02-15 18:07:07 +0000
commit8b7c5d5d60721dce6b8db825d902912a64f7225a (patch)
treecb8146d8b24fa6aaf80102aa9301480bbd17e35f /media-libs/coin
parentGeneral cleanup. Remove old versions... (diff)
downloadgentoo-2-8b7c5d5d60721dce6b8db825d902912a64f7225a.tar.gz
gentoo-2-8b7c5d5d60721dce6b8db825d902912a64f7225a.tar.bz2
gentoo-2-8b7c5d5d60721dce6b8db825d902912a64f7225a.zip
*** empty log message ***
Diffstat (limited to 'media-libs/coin')
-rw-r--r--media-libs/coin/coin-20010215.build31
-rw-r--r--media-libs/coin/files/digest-coin-200102151
2 files changed, 32 insertions, 0 deletions
diff --git a/media-libs/coin/coin-20010215.build b/media-libs/coin/coin-20010215.build
new file mode 100644
index 000000000000..5f8b082aad4b
--- /dev/null
+++ b/media-libs/coin/coin-20010215.build
@@ -0,0 +1,31 @@
+# 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/coin/coin-20010215.build,v 1.1 2001/02/15 18:07:07 achim Exp $
+
+
+A=Coin-${PV}.tar.gz
+S=${WORKDIR}/Coin
+DESCRIPTION="An OpenSource implementation of SGI's OpenInventor"
+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"
+
+src_compile() {
+
+ try ./configure --prefix=/usr/X11R6 --host=${CHOST} --with-x --with-mesa
+ try make
+
+}
+
+src_install () {
+
+ try make prefix=${D}/usr/X11R6 install
+ dodoc AUTHORS COPYING ChangeLog* HACKING LICENSE* NEWS README*
+ docinto txt
+ dodoc docs/*.txt docs/coin.doxygen docs/whitepapers/*.txt
+
+}
+
diff --git a/media-libs/coin/files/digest-coin-20010215 b/media-libs/coin/files/digest-coin-20010215
new file mode 100644
index 000000000000..8711dcbbaaf4
--- /dev/null
+++ b/media-libs/coin/files/digest-coin-20010215
@@ -0,0 +1 @@
+MD5 b8ec72febd0f3a9808975045435a1bce Coin-20010215.tar.gz