Recipe cosmetics. Improved SUMMARY/DESCRIPTION, re-ordered blocks.

This commit is contained in:
Humdinger
2015-08-28 17:15:00 +02:00
parent a7553e5136
commit f5b71b546d
25 changed files with 405 additions and 441 deletions

View File

@@ -1,23 +1,19 @@
SUMMARY="A library for the translation of the icns format"
DESCRIPTION="
libicns is a library for manipulation of the Mac OS icns resource format, also \
known as the IconFamily resource type. It can read and write files from the \
Mac OS X icns format, as well as read from Mac OS resource files and macbinary \
encoded Mac OS resource forks.
"
SUMMARY="A library for the Mac OS 'icns' format"
DESCRIPTION="libicns is a library for manipulation of the Mac OS 'icns' \
resource format, also known as the IconFamily resource type. It can read \
and write files from the Mac OS X icns format, as well as read from Mac OS \
resource files and macbinary encoded Mac OS resource forks."
HOMEPAGE="http://sourceforge.net/projects/icns"
COPYRIGHT="
2001-2012 Matthew Eis
"
COPYRIGHT="2001-2012 Matthew Eis"
LICENSE="GNU LGPL v2.1"
REVISION="2"
SOURCE_URI="http://sourceforge.net/projects/icns/files/libicns-$portVersion.tar.gz"
CHECKSUM_SHA256="335f10782fc79855cf02beac4926c4bf9f800a742445afbbf7729dab384555c2"
REVISION="2"
PATCHES="libicns-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PATCHES="libicns-$portVersion.patchset"
PROVIDES="
libicns$secondaryArchSuffix = $portVersion compat >= 0.8
lib:libicns$secondaryArchSuffix = 1.2.0 compat >= 1
@@ -35,6 +31,15 @@ REQUIRES="
lib:libpng15$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
PROVIDES_devel="
libicns${secondaryArchSuffix}_devel = $portVersion compat >= 0.8
devel:libicns$secondaryArchSuffix = 1.2.0 compat >= 1
"
REQUIRES_devel="
libicns$secondaryArchSuffix == $portVersion base
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libjasper$secondaryArchSuffix
@@ -74,13 +79,3 @@ INSTALL()
packageEntries devel \
$developDir
}
# ----- devel package -------------------------------------------------------
PROVIDES_devel="
libicns${secondaryArchSuffix}_devel = $portVersion compat >= 0.8
devel:libicns$secondaryArchSuffix = 1.2.0 compat >= 1
"
REQUIRES_devel="
libicns$secondaryArchSuffix == $portVersion base
"