mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
De-lint recipes.
This commit is contained in:
@@ -1,24 +1,21 @@
|
||||
SUMMARY="Pngcrush is an optimizer for PNG files"
|
||||
DESCRIPTION="
|
||||
Pngcrush is an optimizer for PNG (Portable Network Graphics) files. It can be \
|
||||
SUMMARY="An optimizer for PNG files"
|
||||
DESCRIPTION="Pngcrush is an optimizer for PNG (Portable Network Graphics) files. It can be \
|
||||
run from a commandline in an MSDOS window, or from a UNIX or LINUX \
|
||||
commandline. Its main purpose is to reduce the size of the PNG IDAT datastream \
|
||||
by trying various compression levels and PNG filter methods. It also can be \
|
||||
used to remove unwanted ancillary chunks, or to add certain chunks including \
|
||||
gAMA, tRNS, iCCP, and textual chunks.
|
||||
"
|
||||
HOMEPAGE="http://pmt.sourceforge.net/pngcrush/"
|
||||
SOURCE_URI="http://sourceforge.net/projects/pmt/files/pngcrush/$portVersion/pngcrush-$portVersion-nolib.tar.xz"
|
||||
CHECKSUM_SHA256="296cef699cac7b23c02f5458e4fd7fe3b07ee4748a69928c7d51743198f56cc3"
|
||||
REVISION="1"
|
||||
LICENSE="LibPNG"
|
||||
gAMA, tRNS, iCCP, and textual chunks."
|
||||
HOMEPAGE="http://pmt.sourceforge.net/pngcrush/"
|
||||
COPYRIGHT="1998-2009 Glenn Randers-Pehrson
|
||||
2005 Greg Roelofs"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
LICENSE="LibPNG"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://sourceforge.net/projects/pmt/files/pngcrush/$portVersion/pngcrush-$portVersion-nolib.tar.xz"
|
||||
CHECKSUM_SHA256="296cef699cac7b23c02f5458e4fd7fe3b07ee4748a69928c7d51743198f56cc3"
|
||||
SOURCE_DIR="pngcrush-${portVersion}-nolib"
|
||||
PATCHES="pngcrush-$portVersion.patch"
|
||||
|
||||
SOURCE_DIR="pngcrush-${portVersion}-nolib"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
pngcrush = $portVersion compat >= 1.7
|
||||
|
||||
Reference in New Issue
Block a user