[Lunar-commits] <moonbase> glibc: use .bz2 file
Paul Bredbury
brebs at lunar-linux.org
Fri Oct 2 11:33:54 CEST 2009
commit 26bddac6e71c1ea2fc3be90a52467b33caa7759d
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Fri Oct 2 16:33:54 2009 +0700
glibc: use .bz2 file
So that the extraction from $SOURCE in CONFIGURE works again.
Add http://www.mirrorservice.org/ mirror.
---
libs/glibc/DETAILS | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index dbc1a61..40ea85e 100644
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -1,24 +1,27 @@
MODULE=glibc
VERSION=2.10.1
- SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=$MODULE-libidn-$VERSION.tar.bz2
SOURCE3=$MODULE-$VERSION-no_timezones.patch
SOURCE_URL[0]=$GNU_URL/$MODULE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc/
SOURCE2_URL[0]=$GNU_URL/$MODULE
SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE2_URL[2]=http://www.mirrorservice.org/sites/ftp.gnu.org/gnu/glibc/
SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha1:e185b1faa54b734f9baba815142e9abf6c02054b
+ SOURCE_VFY=sha1:cb478cf9d6e2c905a1a4f4a2cae44a320b8dc50b
SOURCE2_VFY=sha1:50c1ac0d9ddff6eb83f75aa1c4cb84ba6fffa0cd
SOURCE3_VFY=sha1:9163df279f04efcc37a146115534e9fd0f9a19c5
WEB_SITE=http://www.gnu.org/software/libc
ENTERED=20010922
UPDATED=20090923
SHORT="C library for use with GNU/Hurd and GNU/Linux"
-PSAFE=no
+ PSAFE=no
cat << EOF
glibc - Library for use with GNU/Hurd and GNU/Linux.
+
GNU C Library is one of the most important components of the GNU Hurd
and most modern Linux distributions. It is used by almost all C programs
and provides the most essential program interface.
More information about the Lunar-commits
mailing list