16 lines
617 B
Plaintext
Executable File
16 lines
617 B
Plaintext
Executable File
SPELL=glibc
|
|
VERSION=2.39
|
|
SOURCE=${SPELL}-${VERSION}.tar.xz
|
|
SOURCE_URL[0]=https://ftp.gnu.org/gnu/glibc/${SOURCE}
|
|
SOURCE_HASH=sha512:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
|
|
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
|
|
WEB_SITE=https://www.gnu.org/software/libc/
|
|
ENTERED=20260317
|
|
LICENSE[0]=LGPL-2.1-or-later
|
|
SHORT="The GNU C Library"
|
|
cat << EOF
|
|
The GNU C Library project provides the core libraries for the GNU system
|
|
and GNU/Linux systems, as well as many other systems that use Linux as
|
|
the kernel.
|
|
EOF
|