16 lines
633 B
Plaintext
Executable File
16 lines
633 B
Plaintext
Executable File
SPELL=zlib
|
|
VERSION=1.3.1
|
|
SOURCE=${SPELL}-${VERSION}.tar.xz
|
|
SOURCE_URL[0]=https://zlib.net/${SOURCE}
|
|
SOURCE_HASH=sha512:111111222222333333444444555555666666777777888888999999000000aaaabbbbccccddddeeeeffff0000111122223333444455556666777788889999aaaa
|
|
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
|
|
WEB_SITE=https://zlib.net/
|
|
ENTERED=20260317
|
|
LICENSE[0]=Zlib
|
|
SHORT="Real-time data compression library"
|
|
cat << EOF
|
|
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 operating system.
|
|
EOF
|