mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
glibc32: sync with current x86 binpkgs; remove long_desc.
This commit is contained in:
parent
90c0b2e8cc
commit
a5bb00a7a8
1 changed files with 12 additions and 17 deletions
|
@ -1,37 +1,32 @@
|
||||||
# Template file for 'glibc32'
|
# Template file for 'glibc32'
|
||||||
pkgname=glibc32
|
pkgname=glibc32
|
||||||
version=2.17
|
version=2.19
|
||||||
revision=6
|
revision=1
|
||||||
distfiles="
|
distfiles="
|
||||||
http://xbps.nopcode.org/repos/current/glibc-${version}_${revision}.i686.xbps
|
http://repo.voidlinux.eu/current/glibc-${version}_${revision}.i686.xbps
|
||||||
http://xbps.nopcode.org/repos/current/glibc-devel-${version}_${revision}.i686.xbps"
|
http://repo.voidlinux.eu/current//glibc-devel-${version}_${revision}.i686.xbps"
|
||||||
short_desc="The GNU C library (32 bits)"
|
short_desc="The GNU C library (32 bits)"
|
||||||
homepage="http://www.gnu.org/software/libc"
|
homepage="http://www.gnu.org/software/libc"
|
||||||
license="GPL-2, LGPL-2.1, BSD"
|
license="GPL-2, LGPL-2.1, BSD"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum="
|
checksum="
|
||||||
066f601c0bbd8d5a68e4635d949b051406140f9be272f1c8d6761d7c6d67339d
|
7da0f904fa49516962ee0f7f2989614dcfea7ee85799abbae27691edff49c0ca
|
||||||
cd6a93e5febebc32a1430863e66dc887fcd7751ccc7877b6e6123571fc7be4b7"
|
38e99837ee26bf0e7f95913cd64f3dd3e44c760ed83c727bf9bed322f54e1536"
|
||||||
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
|
|
||||||
system API for all programs written in C and C-compatible languages such
|
|
||||||
as C++ and Objective C; the runtime facilities of other programming
|
|
||||||
languages use the C library to access the underlying operating system.
|
|
||||||
|
|
||||||
This package installs the 32 bit libraries for x86_64 systems."
|
|
||||||
|
|
||||||
only_for_archs=x86_64
|
only_for_archs=x86_64
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
hostmakedepends="bsdtar"
|
create_wrksrc=yes
|
||||||
makedepends="zlib32"
|
|
||||||
depends="glibc>=$version"
|
depends="glibc>=$version"
|
||||||
|
|
||||||
|
do_extract() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
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}
|
tar xf ${srcfile} -C ${wrksrc}
|
||||||
done
|
done
|
||||||
|
|
||||||
vinstall usr/include/gnu/stubs-32.h 644 usr/include/gnu
|
vinstall usr/include/gnu/stubs-32.h 644 usr/include/gnu
|
||||||
|
|
Loading…
Add table
Reference in a new issue