Ravenports generated: 02 Dec 2019 21:21
[ravenports.git] / bucket_57 / zlib
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               zlib
4 VERSION=                1.2.11
5 KEYWORDS=               archivers
6 VARIANTS=               standard
7 SDESC[standard]=        Ubiquitous compression library
8 HOMEPAGE=               http://www.zlib.net
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            http://www.zlib.net/
13 DISTFILE[1]=            zlib-1.2.11.tar.gz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         static
17                         shared
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 LICENSE=                ZLIB:complete
23 LICENSE_FILE=           ZLIB:{{WRKDIR}}/LICENSE
24 LICENSE_AWK=            ZLIB:"ifndef ZLIB_H"
25 LICENSE_SOURCE=         ZLIB:{{WRKSRC}}/zlib.h
26 LICENSE_SCHEME=         solo
27
28 MUST_CONFIGURE=         yes
29 CONFIGURE_ENV=          prefix="{{PREFIX}}"
30                         cflags="{{CFLAGS}}"
31
32 post-install:
33         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libz.${LIBEXT}
34
35 [FILE:628:descriptions/desc.static]
36 zlib is designed to be a free, general-purpose, legally unencumbered -- 
37 that is, not covered by any patents -- lossless data-compression library
38 for use on virtually any computer hardware and operating system. The
39 zlib data format is itself portable across platforms. Unlike the LZW
40 compression method used in Unix compress(1) and in the GIF image format,
41 the compression method currently used in zlib essentially never expands
42 the data.  zlib's memory footprint is also independent of the input data 
43 and can be reduced, if necessary, at some cost in compression.
44
45 This is the core package that excludes the shared libraries.
46
47
48 [FILE:168:descriptions/desc.shared]
49 A Massively Spiffy Yet Delicately Unobtrusive Compression Library
50 (Also Free, Not to Mention Unencumbered by Patents)
51
52 This package contains only the shared libraries.
53
54
55 [FILE:97:distinfo]
56 c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1       607698 zlib-1.2.11.tar.gz
57
58
59 [FILE:84:manifests/plist.static]
60 include/
61  zconf.h
62  zlib.h
63 lib/libz.a
64 lib/pkgconfig/zlib.pc
65 share/man/man3/zlib.3.gz
66
67
68 [FILE:41:manifests/plist.shared]
69 lib/
70  libz.so
71  libz.so.1
72  libz.so.1.2.11
73
74
75 [FILE:1028:patches/patch-configure]
76 --- configure.orig      2016-12-31 18:06:40 UTC
77 +++ configure
78 @@ -207,6 +207,8 @@ if test "$gcc" -eq 1 && ($cc -c $test.c)
79      uname=`(uname -s || echo unknown) 2>/dev/null`
80    fi
81    case "$uname" in
82 +  SunOS)
83 +       LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"} ;;
84    Linux* | linux* | GNU | GNU/* | solaris*)
85          LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,${SRCDIR}zlib.map"} ;;
86    *BSD | *bsd* | DragonFly)
87 @@ -241,12 +243,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c)
88               SHAREDLIBV=libz.$VER$shared_ext
89               SHAREDLIBM=libz.$VER1$shared_ext
90               LDSHARED=${LDSHARED-"$cc -dynamiclib -install_name $libdir/$SHAREDLIBM -compatibility_version $VER1 -current_version $VER3"}
91 -             if libtool -V 2>&1 | grep Apple > /dev/null; then
92 -                 AR="libtool"
93 -             else
94 -                 AR="/usr/bin/libtool"
95 -             fi
96 -             ARFLAGS="-o" ;;
97 +             ;;
98    *)             LDSHARED=${LDSHARED-"$cc -shared"} ;;
99    esac
100  else
101