[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/wings3d/wings3d.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A subdivision modeler inspired by Nendo and Mirai from Izware [T] It is possible to assign materials, vertex color, UV coordinates and [T] textures, but there will be improvements in those features before Wings [T] goes 1.0. There is no support in Wings for doing animations. [U] https://www.wings3d.com/ [A] Bjrn Gustavsson and many more [M] Sebastian Czech [C] extra/multimedia [F] NOPARALLEL [L] OpenSource [S] Stable [V] 2.4.1 [D] 7f80fcdc76e0b6066bcbb3dc208c20e78de1c9aacaaaeaa55a231da4 wings-2.4.1.tar.bz2 http://dl.sourceforge.net/sourceforge/wings/ OTPDIR=`pkgprefix libdir erlang-otp`/erlang/lib/wings-$ver ESDLDIR=`pkgprefix libdir esdl`/erlang/lib/esdl-`pkgprefix ver esdl`/ebin build() { make $makeopt erlc -o/tmp tools/strip.erl erl -noshell -pa /tmp -run strip strip mkdir -p $OTPDIR find -name 'Makefile*' -exec rm -f '{}' \; for dir in ebin fonts plugins; do cp -r $dir $OTPDIR done } runmake=0 hook_add postmake 5 "build" startscript() { echo "erl -pa $ESDLDIR -pa $OTPDIR/bin -run wings_start start_halt \${1+\"\$@\"}" > $root/usr/bin/wings3d chmod 755 $root/usr/bin/wings3d } hook_add postinstall 5 startscript