blender: remove old recipe.

This commit is contained in:
Jérôme Duval
2016-05-12 09:55:17 +02:00
parent 337a1d92d6
commit 202495c4c4

View File

@@ -1,21 +0,0 @@
DESCRIPTION="Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License."
HOMEPAGE="http://www.blender.org"
SOURCE_URI="http://download.blender.org/source/blender-2.49b.tar.gz"
CHECKSUM_MD5="718eef6a4ff377989e829b92a886cc5b"
LICENSE="GNU GPL v2"
COPYRIGHT="2002-2009 Blender Foundation"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND="dev-util/scons >= 1.0.1
dev-lang/python >= 2.6.0"
BUILD()
{
cd blender-2.49b
scons
}
INSTALL()
{
# TODO
exit 1
}