libs/glibc: initial commit
[grimoire-witchcraft.git] / libs / glibc / DETAILS
blob60463c6a6a02b8e726e21554b514ab032e75c652
1 . $GRIMOIRE/libcompat
2            SPELL=glibc
3          VERSION=2.3.6
4           SOURCE=$SPELL-$VERSION.tar.bz2
6 if  [[  "$GLIBC_NPTL"  =  "y"  ]];  then
7      SOURCE_HASH=sha512:e92c15b33c80cbbfee83289840de904f5d795f375daf60dd10bb9cbc3701f3c13f35c46063a4359cd662742a9ced5aca62d20eceb580d29c8e02fb5e3845348b
8    SOURCE_URL[0]=ftp://sources.redhat.com/pub/$SPELL/releases/$SOURCE
9  HEADERS_VERSION=2.6.12.0
10          SOURCE2=linux-libc-headers-$HEADERS_VERSION.tar.bz2
11   SOURCE2_URL[0]=http://ep09.pld-linux.org/~mmazur/linux-libc-headers/$SOURCE2
12     SOURCE2_HASH=sha512:e7ee7a09880d19dea3d2c0d498631ee9d269738e7acdeba0a346da3b8bd0629628582973de33e6ac0c913e8c691806a50e07d520d6f6d078b76a3e74b9b61fd7
13       PATCHLEVEL=2
15 else
17      SOURCE_HASH=sha512:e92c15b33c80cbbfee83289840de904f5d795f375daf60dd10bb9cbc3701f3c13f35c46063a4359cd662742a9ced5aca62d20eceb580d29c8e02fb5e3845348b
18    SOURCE_URL[0]=ftp://sources.redhat.com/pub/$SPELL/releases/$SOURCE
19          SOURCE2=glibc-linuxthreads-$VERSION.tar.bz2
21   if is_gnu_kfbsd ; then
22          SOURCE3=glibc-2.3-1519.tar.bz2
23   SOURCE3_URL[0]=http://mages.ath.cx:9090/smgb/$SOURCE4
24     SOURCE3_HASH=sha1:735ba83bd33b0adb8953faed0195ac42fcd53bf9
25          SOURCE4=kfreebsd-headers-6.0.tar.bz2
26   SOURCE4_URL[0]=http://mages.ath.cx:9090/smgb/$SOURCE4
27     SOURCE4_HASH=sha1:68de16a94454f79d6d64e6251f9eb3af20a26e36
28   else
29  HEADERS_VERSION=2.4.24
30          SOURCE3=$HEADERS_VERSION-kernel-headers.tar.bz2
31   SOURCE3_URL[0]=http://download.sourcemage.org/mirror/$SOURCE3
32     SOURCE3_HASH=sha512:c1931495915c8461de97e4156c9d0edd7b44e4b48cbce2d4c3a52b83d331a9ce48f3c7abb7dd787ed897f1e7d0e81c5cdb4eb3986bc24a5e2788708427e2dcb1
33   fi
35   SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
36   SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE2
37     SOURCE2_HASH=sha512:d51281df3baab7f600fffd4053048447e0d53b66319f5c6aebcdab8025c706a3990d826e0c175f5a0a8ab5db35545b5180bc15dcb21c66824bd8f0402204a188
38       PATCHLEVEL=1
42 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
43         WEB_SITE=http://www.gnu.org/software/libc
44       LICENSE[0]=LGPL
45       LICENSE[1]=LGPL
46       LICENSE[2]=GPL
47     DISTCC_HOSTS=
48        BUILD_API=2
49          ENTERED=20010922
50          UPDATED=20050425
51            SHORT="C library for use with GNU/Hurd and GNU/Linux"
52 cat << EOF
53 glibc - Library for use with GNU/Hurd and GNU/Linux.
54 GNU C Library is one of the most important components of the GNU Hurd
55 and most modern Linux distributions. It is used by almost all C programs
56 and provides the most essential program interface.
57 EOF