glibc: update to 2.12.

This commit is contained in:
Juan RP 2010-05-08 10:08:16 +02:00
parent f6a0806229
commit 0498ae32be
3 changed files with 3 additions and 8 deletions

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development: headers, static libs, etc."
revision=1
Add_dependency run kernel-libc-headers
Add_dependency run glibc

View file

@ -5,8 +5,6 @@ long_desc="
This package contains nscd, a daemon that provides a cache for the
most common name service requests."
revision=2
openrc_services="nscd default false"
conf_files="/etc/nscd.conf"

View file

@ -1,8 +1,7 @@
# Template file for 'glibc'
pkgname=glibc
version=2.11.1
revision=1
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
version=2.12
distfiles="http://xbps.nopcode.org/distfiles/glibc-${version}.tar.bz2"
build_style=gnu_configure
build_wrksrc="build"
configure_script="../configure"
@ -14,7 +13,7 @@ configure_args="--with-tls -disable-profile --with-__thread
make_install_target="install_root=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="The GNU C library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=64e01d0cfc964a8d8a8c74b5d36bd655e800c12d22b756dd84d867148a595fa1
checksum=27391024c1576c8d795bb03a5efccbe220ccb92d6c60b76f3c4f2cf2bd213c4b
long_desc="
The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system. It provides the