# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.27.ebuild,v 1.3 2003/10/11 17:28:26 lu_zero Exp $ inherit flag-o-matic replace-flags -march=pentium4 -march=pentium3 IUSE="" S=${WORKDIR}/${P} DESCRIPTION="3D Creation/Animation/Publishing System" HOMEPAGE="http://www.blender.org/" SRC_URI="http://download.blender.org/source/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2 | BL" KEYWORDS="x86 ppc" DEPEND="virtual/x11 >=media-libs/openal-20020127 >=media-libs/libsdl-1.2 >=media-libs/libvorbis-1.0 >=dev-libs/openssl-0.9.6" src_install() { einstall || die }