libstdc++-compat: use tarball from crux.nu

instead of fetching individual libraries from Per's host I've prepared a
xz compressed tarball with all three libraries. I took the opportunity
to replace the i686 optimized version of libstdc++.so.5.0.6 with the one
from my i586 build.
This commit is contained in:
Juergen Daubert 2009-09-11 21:29:31 +02:00
parent 213a182786
commit 26d0ab9242
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1 @@
7d2a7393632474bd918c81a3e3438db8 libstdc++-2-libc6.1-1-2.9.0.so
3baccaa72332e71c004ae5f7919137d4 libstdc++-3-libc6.2-2-2.10.0.so
2212a7eeb1f61c13ff39d5c0b1d68ae2 libstdc++.so.5.0.6
39f33e9a6eed120c258f095de664079b libstdc++-compat-3.1.tar.xz

View File

@ -4,13 +4,12 @@
name=libstdc++-compat
version=3.1
release=1
source=(http://www.fukt.bsnet.se/~per/crux/files/libstdc++/libstdc++-2-libc6.1-1-2.9.0.so \
http://www.fukt.bsnet.se/~per/crux/files/libstdc++/libstdc++-3-libc6.2-2-2.10.0.so \
http://www.fukt.bsnet.se/~per/crux/files/libstdc++/libstdc++.so.5.0.6)
release=2
source=(http://crux.nu/files/distfiles/$name-$version.tar.xz)
build() {
mkdir -p $PKG/usr/lib
cd $name-$version
install -d $PKG/usr/lib
install -m 755 libstdc++-2-libc6.1-1-2.9.0.so $PKG/usr/lib
install -m 755 libstdc++-3-libc6.2-2-2.10.0.so $PKG/usr/lib
install -m 755 libstdc++.so.5.0.6 $PKG/usr/lib