diff options
Diffstat (limited to 'media-libs/qhull/qhull-3.1.ebuild')
-rw-r--r-- | media-libs/qhull/qhull-3.1.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/media-libs/qhull/qhull-3.1.ebuild b/media-libs/qhull/qhull-3.1.ebuild deleted file mode 100644 index e2dfb5165e10..000000000000 --- a/media-libs/qhull/qhull-3.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/qhull/qhull-3.1.ebuild,v 1.9 2004/03/19 07:56:04 mr_bones_ Exp $ - -S=${WORKDIR}/qhull3.1 -DESCRIPTION="Geometry library" -SRC_URI="http://www.geom.umn.edu/software/qhull/qhull3.1.tgz" -HOMEPAGE="http://www.geom.umn.edu/software/qhull/" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="x86 sparc " - -DEPEND="" - -src_compile() { - cd src - make -f Makefile.txt - -} - -src_install () { - - cd src - - dolib libqhull.a - dobin qconvex - dobin qdelaunay - dobin qhalf - dobin qhull - dobin qvoronoi - dobin rbox - - dodir /usr/include/qhull - insinto /usr/include/qhull - doins *.h - - cd ${S} - dodoc Announce.txt COPYING.txt File_id.diz README.txt REGISTER.txt - - cd html - - rename .htm .html *.htm - rename .man .1 *.man - - dohtml -a html,gif * - - doman *.1 - - dodoc *.txt -} |