From 891afb6aedf29bbd9d35088eaafd64483cd1a77e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 10 Feb 2012 10:44:37 +0100 Subject: [PATCH] glibc32: sync with current glibc. --- srcpkgs/glibc32/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/glibc32/template b/srcpkgs/glibc32/template index 17be286d05b..ff5c65f4058 100644 --- a/srcpkgs/glibc32/template +++ b/srcpkgs/glibc32/template @@ -1,16 +1,16 @@ # Template file for 'glibc32' pkgname=glibc32 -version=2.14 -revision=4 +version=2.14.1 +revision=3 _devrev=2 distfiles=" -http://xbps.nopcode.org/repos/current/i686/glibc-${version}_${revision}.i686.xbps -http://xbps.nopcode.org/repos/current/i686/glibc-devel-${version}_${_devrev}.i686.xbps" +http://xbps.goodluckwith.us/binpkgs/i686/glibc-${version}_${revision}.i686.xbps +http://xbps.goodluckwith.us/binpkgs/i686/glibc-devel-${version}_${_devrev}.i686.xbps" short_desc="The GNU C library (32 bits)" maintainer="Juan RP " checksum=" -beafe16fd289cc4a7488a0c260e576863f2ed9ef97aaba08128c5a848443fc00 -1f892393c2b7a8edd4c50073b735db089c52dcb02f8618d642a659ae496c455b" +bb94c8b765b97559a53a22ee8a83e4a4ee664ea8970b3b0906be66b341887e4f +917a869131392ebc0bba2d8dc99ab36e25a8fca7f6c83ba88532379a7f5dba23" 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 @@ -29,8 +29,7 @@ only_for_archs=x86_64 Add_dependency run glibc Add_dependency build bsdtar -do_install() -{ +do_install() { for f in ${distfiles}; do local srcfile="${XBPS_SRCDISTDIR}/$(basename ${f})" bsdtar xf ${srcfile} -C ${wrksrc}