Advertisement
Weegee

Untitled

Aug 27th, 2010
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
  2. # Contributor: Pierre Schmitz <pierre@archlinux.de>
  3. # Maintainer: Mikko Sepp�l� <t-r-a-y@mbnet.fi>
  4.  
  5. _pkgsourcename=libstdc++5
  6. pkgname=lib32-$_pkgsourcename
  7. pkgver=3.3.6
  8. pkgrel=3
  9. pkgdesc="GNU Standard C++ library version 3"
  10. url="http://gcc.gnu.org"
  11. license=('GPL')
  12. arch=('x86_64')
  13. groups=('lib32')
  14. depends=('gcc-multilib')
  15. source=(ftp://ftp.archlinux.org/extra/os/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.gz)
  16. md5sums=('c559149d2f0d6f73691abd273a9f0784')
  17.  
  18. build() {
  19. cd $srcdir
  20.  
  21. mkdir -p $pkgdir/usr/lib32
  22. cp -dp usr/lib/*.so* $pkgdir/usr/lib32
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement