mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
snappy: bump to 1.1.4.
* DESCRIPTION: Add missing white space and move another one.
* BUILD_PREREQUIRES: add $secondaryArchSuffix to cmd:libtoolize
and add cmd:{aclocal,autoconf,autoheader,automake}.
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
SUMMARY="A fast compressor/decompressor"
|
||||
DESCRIPTION="Snappy is a compression/decompression library. It does not aim \
|
||||
for maximum compression, or compatibility with any other compression library;\
|
||||
instead, it aims for very high speeds and reasonable compression. For instance,\
|
||||
for maximum compression, or compatibility with any other compression library; \
|
||||
instead, it aims for very high speeds and reasonable compression. For instance, \
|
||||
compared to the fastest mode of zlib, Snappy is an order of magnitude faster \
|
||||
for most inputs, but the resulting compressed files are anywhere from 20% to \
|
||||
100% bigger."
|
||||
HOMEPAGE="https://google.github.io/snappy/"
|
||||
COPYRIGHT="2005-2015 Google Inc"
|
||||
COPYRIGHT="2005-2017 Google Inc"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/google/snappy/releases/download/$portVersion/snappy-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2f1e82adf0868c9e26a5a7a3115111b6da7e432ddbac268a7ca2fae2a247eef3"
|
||||
CHECKSUM_SHA256="134bfe122fd25599bb807bb8130e7ba6d9bdb851e0b16efcb83ac4f5d0b70057"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
snappy$secondaryArchSuffix = $portVersion compat >= 1
|
||||
lib:libsnappy$secondaryArchSuffix = 1.3.0 compat >= 1
|
||||
lib:libsnappy$secondaryArchSuffix = 1.3.1 compat >= 1
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -25,7 +25,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
snappy${secondaryArchSuffix}_devel = $portVersion compat >= 1
|
||||
devel:libsnappy$secondaryArchSuffix = 1.3.0 compat >= 1
|
||||
devel:libsnappy$secondaryArchSuffix = 1.3.1 compat >= 1
|
||||
"
|
||||
REQUIRES_devel="
|
||||
snappy$secondaryArchSuffix == $portVersion base
|
||||
@@ -35,9 +35,13 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:autoheader
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
"
|
||||
|
||||
@@ -53,7 +57,7 @@ INSTALL()
|
||||
|
||||
rm $libDir/libsnappy.la
|
||||
|
||||
prepareInstalledDevelLibs libsnappy
|
||||
prepareInstalledDevelLib libsnappy
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
Reference in New Issue
Block a user