Files
haikuports/media-gfx/wings/wings-1.5.3.recipe
Adrien Destugues 2afb80baed WIP for Wings3D and dependencies
* rebar fail to build. Someone with more Erlang knowledge should look
into it now.
2015-06-09 15:57:05 +02:00

43 lines
1.1 KiB
Plaintext

SUMMARY="Polygon modeler"
DESCRIPTION="Wings 3D is an advanced subdivision modeler that is both powerful \
and easy to use.
Originally inspired by Nendo and Mirai from Izware, Wings 3D has been \
developed since 2001, when Björn Gustavsson (bjorng) and Dan Gudmundsson \
(dgud) first started the project. Richard Jones (optigon) maintained Wings and \
coded many new features between 2006 and 2011. Wings 3D is currently \
maintained by Dan and Richard with the help of the great community.
Wings 3D offers a wide range of modeling tools, a customizable interface, \
support for lights and materials, and a built-in AutoUV mapping facility.
There is no support in Wings for animation."
LICENSE="wings"
COPYRIGHT="Bjorn Gustavsson, and other parties"
REVISION="1"
ARCHITECTURES="?x86_gcc2"
HOMEPAGE="http://www.wings3d.com/"
SRC_URI="https://sourceforge.net/projects/wings/files/wings/$portVersion/wings-$portVersion.tar.bz2"
CHECKSUM_SHA256="c08060016f83679ce08947942d31af0e3b5d105525d0df5e993ec6f1a81fdd8e"
PROVIDES="
wings
"
BUILD_PREREQUIRES="
cmd:erlc
cmd:make
"
BUILD()
{
export HOME=erlang_needs_this
make $jobArgs
}
INSTALL()
{
make install
}