glibc32: use same rev than orig xbps pkgs.
This commit is contained in:
parent
cd1cee9d3f
commit
1b1ba68198
|
@ -5,13 +5,15 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development: headers, static libs, etc."
|
||||
|
||||
revision=${_devrev}
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run glibc32
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
for f in a so o; do
|
||||
for f in a o; do
|
||||
vmove "usr/lib32/*.${f}" usr/lib32
|
||||
done
|
||||
}
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
# Template file for 'glibc32'
|
||||
pkgname=glibc32
|
||||
version=2.14
|
||||
revision=4
|
||||
_devrev=2
|
||||
distfiles="
|
||||
http://xbps.nopcode.org/repos/current/i686/glibc-${version}_4.i686.xbps
|
||||
http://xbps.nopcode.org/repos/current/i686/glibc-devel-${version}_2.i686.xbps"
|
||||
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"
|
||||
build_style=custom-install
|
||||
short_desc="The GNU C library (32 bits)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue