diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:53 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 02:10:53 +0000 |
commit | b85e7a0e1ee36035e14c6de404e0254e7aa95182 (patch) | |
tree | fb92215e8b1bc861bc9fb73f4aa5aa8174430cb4 /media-libs/coin | |
parent | *** empty log message *** (diff) | |
download | historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.tar.gz historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.tar.bz2 historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.zip |
*** empty log message ***
Diffstat (limited to 'media-libs/coin')
-rw-r--r-- | media-libs/coin/coin-20010215.ebuild | 35 | ||||
-rw-r--r-- | media-libs/coin/files/digest-coin-20010215 | 1 |
2 files changed, 0 insertions, 36 deletions
diff --git a/media-libs/coin/coin-20010215.ebuild b/media-libs/coin/coin-20010215.ebuild deleted file mode 100644 index 01d3aba43aad..000000000000 --- a/media-libs/coin/coin-20010215.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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.ebuild,v 1.2 2001/06/04 00:16:12 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.coin3d.org" - -DEPEND="virtual/x11 virtual/opengl virtual/glu" - -src_compile() { - - local myconf - if [ -z "`use X`" ] - then - myconf="--without-x" - fi - try ./configure --prefix=/usr/X11R6 --with-glu=/usr --host=${CHOST} $myconf - 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 deleted file mode 100644 index 8711dcbbaaf4..000000000000 --- a/media-libs/coin/files/digest-coin-20010215 +++ /dev/null @@ -1 +0,0 @@ -MD5 b8ec72febd0f3a9808975045435a1bce Coin-20010215.tar.gz |