glibc32: use same rev than orig xbps pkgs.

This commit is contained in:
Juan RP 2011-07-11 19:12:05 +02:00
parent cd1cee9d3f
commit 1b1ba68198
2 changed files with 7 additions and 3 deletions

View file

@ -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
}

View file

@ -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>"