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:
Humdinger
2015-08-08 14:04:54 +02:00
parent 06e8ae9fb8
commit bdaaf1ad4b
11 changed files with 176 additions and 207 deletions

View File

@@ -1,30 +1,33 @@
SUMMARY="utilities for working with Das U-Boot"
SUMMARY="Utilities for working with 'Das U-Boot'"
DESCRIPTION="This package includes the mkimage program, which allows generation
of U-Boot images in various formats."
HOMEPAGE="http://www.denx.de/wiki/U-Boot/Documentation"
COPYRIGHT="2003 - 2012 U-Boot"
LICENSE="GNU GPL v2"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86_64"
SOURCE_URI="http://ftp.denx.de/pub/u-boot/u-boot-2012.10.tar.bz2"
SOURCE_DIR="u-boot-$portVersion"
CHECKSUM_SHA256="dddec75070b5faa5df463085e3e1d27c6d058ec3481c666917baa961956d4d17"
PATCHES="u_boot_tools-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86_64"
PROVIDES="
u_boot_tools = $portVersion
cmd:mkimage
cmd:mkenvimage
"
"
REQUIRES="
haiku
"
"
BUILD_REQUIRES="
haiku_deve
"
BUILD_PREREQUIRES="
haiku_devel
cmd:gcc
cmd:make
"
"
BUILD()
{
@@ -38,6 +41,3 @@ INSTALL()
cp tools/mkimage $binDir
cp tools/mkenvimage $binDir
}
LICENSE="GNU GPL v2"
COPYRIGHT="2003 - 2012 U-Boot"