glibc32: sync with current glibc.
This commit is contained in:
parent
864d84bf5b
commit
891afb6aed
|
@ -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 <xtraeme@gmail.com>"
|
||||
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}
|
||||
|
|
Loading…
Reference in New Issue