De-lint recipes

*	fceux
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	fenris
	SUMMARY must start with capital letter
	Re-ordered blocks

*	gcc
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	giflib6
	SUMMARY must start with capital letter
	Re-ordered blocks

*	glm
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	hexedit
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	lateef_font
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libmicro
	SUMMARY must have at least 3 words
	Re-ordered blocks

*	libusb_compat
	SUMMARY must start with capital letter
	Re-ordered blocks

*	readline
	Re-ordered blocks

*	libutf8proc
	SUMMARY must start with capital letter
	Re-ordered blocks
	Added REQUIRES_devel

*	libwebp
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lighttpd
	SUMMARY must start with capital letter
	Re-ordered blocks

*	lzip
	SUMMARY must start with capital letter
	Re-ordered blocks
This commit is contained in:
Humdinger
2015-08-08 12:18:00 +02:00
parent 064b69cead
commit 06e8ae9fb8
15 changed files with 282 additions and 319 deletions

View File

@@ -1,13 +1,11 @@
SUMMARY="library for encoding and decoding WebP image files"
DESCRIPTION="
A library for encoding and decoding WebP image files.
"
SUMMARY="A library for encoding/decoding WebP images"
DESCRIPTION="A library for encoding and decoding WebP image files."
HOMEPAGE="http://code.google.com/p/webp"
COPYRIGHT="2011 Google Inc."
LICENSE="BSD (3-clause)"
REVISION="1"
SOURCE_URI="http://webp.googlecode.com/files/libwebp-0.3.1.tar.gz"
CHECKSUM_SHA256="b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7"
LICENSE="BSD (3-clause)"
COPYRIGHT="2011 Google Inc."
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -18,7 +16,6 @@ PROVIDES="
cmd:cwebp$secondaryArchSuffix
cmd:dwebp$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
@@ -27,13 +24,20 @@ REQUIRES="
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
libwebp${secondaryArchSuffix}_devel = $portVersion compat >= 0.3
devel:libwebp$secondaryArchSuffix = 4.0.3 compat >= 4
"
REQUIRES_devel="
libwebp$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
devel:libjpeg$secondaryArchSuffix
devel:libgif$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
cmd:gcc$secondaryArchSuffix
@@ -63,12 +67,3 @@ INSTALL()
packageEntries devel \
$developDir
}
PROVIDES_devel="
libwebp${secondaryArchSuffix}_devel = $portVersion compat >= 0.3
devel:libwebp$secondaryArchSuffix = 4.0.3 compat >= 4
"
REQUIRES_devel="
libwebp$secondaryArchSuffix == $portVersion base
"