mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
De-lint recipes.
* pygments SUMMARY must start with capital letter Re-ordered blocks * texlive SUMMARY must have at least 3 words Re-ordered blocks Simplified ARCHITECTURES/SECONDARY_ARCHITECTURES * tiff4 SUMMARY must have at least 3 words Re-ordered blocks * u_boot_tools SUMMARY must start with capital letter Re-ordered blocks * unifont SUMMARY must have at least 3 words Re-ordered blocks * util_macros Improved SUMMARY an DESCRIPTION Re-ordered blocks * vcdimager SUMMARY must start with capital letter Re-ordered blocks * wings SUMMARY must have at least 3 words Re-ordered blocks * xproto SUMMARY must have at least 3 words Re-ordered blocks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUMMARY="Polygon modeler"
|
||||
SUMMARY="A 3D polygon modeler"
|
||||
DESCRIPTION="Wings 3D is an advanced subdivision modeler that is both powerful \
|
||||
and easy to use.
|
||||
|
||||
@@ -12,23 +12,30 @@ 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/"
|
||||
|
||||
COPYRIGHT="Bjorn Gustavsson, and other parties"
|
||||
LICENSE="wings"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceforge.net/projects/wings/files/wings/$portVersion/wings-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="c08060016f83679ce08947942d31af0e3b5d105525d0df5e993ec6f1a81fdd8e"
|
||||
|
||||
PROVIDES="
|
||||
wings
|
||||
"
|
||||
ARCHITECTURES="?x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
wings = $portVersion
|
||||
app:wings
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:erlc
|
||||
cmd:make
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user