glibc32: sync with current glibc.
This commit is contained in:
parent
864d84bf5b
commit
891afb6aed
1 changed files with 7 additions and 8 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'glibc32'
|
# Template file for 'glibc32'
|
||||||
pkgname=glibc32
|
pkgname=glibc32
|
||||||
version=2.14
|
version=2.14.1
|
||||||
revision=4
|
revision=3
|
||||||
_devrev=2
|
_devrev=2
|
||||||
distfiles="
|
distfiles="
|
||||||
http://xbps.nopcode.org/repos/current/i686/glibc-${version}_${revision}.i686.xbps
|
http://xbps.goodluckwith.us/binpkgs/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-devel-${version}_${_devrev}.i686.xbps"
|
||||||
short_desc="The GNU C library (32 bits)"
|
short_desc="The GNU C library (32 bits)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum="
|
checksum="
|
||||||
beafe16fd289cc4a7488a0c260e576863f2ed9ef97aaba08128c5a848443fc00
|
bb94c8b765b97559a53a22ee8a83e4a4ee664ea8970b3b0906be66b341887e4f
|
||||||
1f892393c2b7a8edd4c50073b735db089c52dcb02f8618d642a659ae496c455b"
|
917a869131392ebc0bba2d8dc99ab36e25a8fca7f6c83ba88532379a7f5dba23"
|
||||||
long_desc="
|
long_desc="
|
||||||
The GNU C Library is the standard system C library for all GNU systems,
|
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
|
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 run glibc
|
||||||
Add_dependency build bsdtar
|
Add_dependency build bsdtar
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
for f in ${distfiles}; do
|
for f in ${distfiles}; do
|
||||||
local srcfile="${XBPS_SRCDISTDIR}/$(basename ${f})"
|
local srcfile="${XBPS_SRCDISTDIR}/$(basename ${f})"
|
||||||
bsdtar xf ${srcfile} -C ${wrksrc}
|
bsdtar xf ${srcfile} -C ${wrksrc}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue