mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
code style.
This commit is contained in:
@@ -13,7 +13,7 @@ CHECKSUM_SHA256="9d252cbd7d793f7b12bcceaddda98d257c14f4d1890d851c386c37207000a25
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=4.0.0
|
||||
libVersion="4.0.0"
|
||||
libVersionCompat="$libVersion compat >= 4"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -35,7 +35,7 @@ PATCHES="hwloc-$portVersion.patchset"
|
||||
ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion=5.7.5
|
||||
libVersion="5.7.5"
|
||||
libVersionCompat="$libVersion compat >= 5"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SUMMARY="A massively spiffy yet delicately unobtrusive compression library"
|
||||
SUMMARY_devel="The zlib development files"
|
||||
DESCRIPTION="Zlib is designed to be a free, general-purpose, legally \
|
||||
unencumbered -- that is, not covered by any patents -- lossless \
|
||||
data-compression library for use on virtually any computer hardware and \
|
||||
@@ -29,6 +28,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
"
|
||||
|
||||
SUMMARY_devel="The zlib development files"
|
||||
PROVIDES_devel="
|
||||
zlib${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libz$secondaryArchSuffix = $portVersion compat >= 1
|
||||
|
||||
Reference in New Issue
Block a user