SHARE
TWEET
Untitled
a guest
Dec 14th, 2016
58
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- DESCRIPTION="Zopfli Compression Algorithm is a zlib (gzip, deflate) compatible compressor."
- SUMMARY="Z.C.A. is a compression library programmed in C"
- HOMEPAGE="https://github.com/google/zopfli"
- SOURCE_URI="$HOMEPAGE/archive/master.zip"
- CHECKSUM_SHA256="d0bc43d4b11f2b08569cce7376187d25ad17bc07193453ee9219877e0cb9cb0c"
- REVISION="1"
- STATUS_HAIKU="stable"
- DEPEND=""
- MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
- SOURCE_DIR=""
- ARCHITECTURES="!x86_gcc2 x86 x86_64 arm ?ppc"
- SECONDARY_ARCHITECTURES="x86_gcc2 x86"
- PROVIDES="
- zopfli$secondaryArchSuffix = $portVersion
- lib:zopfli$secondaryArchSuffix = $portVersion
- "
- REQUIRES="
- haiku$secondaryArchSuffix
- "
- PROVIDES_devel="
- zopfli${secondaryArchSuffix}_devel = $portVersion
- devel:zopfli${secondaryArchSuffix} = $portVersion
- "
- REQUIRES_devel="
- zopfli${secondaryArchSuffix} == $portVersion base
- "
- BUILD_REQUIRES="
- haiku${secondaryArchSuffix}_devel
- "
- BUILD_PREREQUIRES="
- cmd:cmake
- cmd:gcc$secondaryArchSuffix
- cmd:grep
- cmd:ld$secondaryArchSuffix
- cmd:make
- cmd:sed
- "
- BUILD()
- {
- cd zopfli-master
- sed -i 's/\-lm//' Makefile
- make
- }
- INSTALL()
- {
- cd zopfli-master/src
- cp -r zopfli $binDir
- }
- LICENSE="Apache v2"
- COPYRIGHT="2011-2013 Google Inc."
- Building ...
- gcc src/zopfli/blocksplitter.c src/zopfli/cache.c src/zopfli/deflate.c src/zopfli/gzip_container.c src/zopfli/hash.c src/zopfli/katajainen.c src/zopfli/lz77.c src/zopfli/squeeze.c src/zopfli/tree.c src/zopfli/util.c src/zopfli/zlib_container.c src/zopfli/zopfli_lib.c src/zopfli/zopfli_bin.c -W -Wall -Wextra -ansi -pedantic -O2 -Wno-unused-function -o zopfli
- Collecting files to be packaged ...
- cp: cannot create directory '/packages/zopfli_x86-999-1/.self/bin/x86': No such file or directory
- Command '['bash', '-c', '. /wrapper-script']' returned non-zero exit status 1
- keeping chroot folder /boot/home/haikuports/sys-libs/zopfli/work-x86-999 intact for inspection
- Error: Build has failed - stopping.
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
