Don't like ads? PRO users don't see any ads ;-)
Guest

Updated lib32-libl2 PKGBUILD

By: a guest on Apr 20th, 2010  |  syntax: Bash  |  size: 0.63 KB  |  hits: 144  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # $Id$
  2. # Maintainer: Jeremy Sands <cto@jeremysands.com>
  3. # Contributor: webjdm <web.jdm@gmail.com>
  4.  
  5. pkgname=lib32-libidl2
  6. pkgver=0.8.14
  7. pkgrel32=1
  8. pkgrel=1
  9. pkgdesc="A front-end for CORBA 2.2 IDL and Netscape's XPIDL"
  10. url="http://www.gnome.org"
  11. arch=('x86_64')
  12. license=('LGPL' 'GPL')
  13. groups=('lib32')
  14. depends=('lib32-glib2')
  15. source=(http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/extra/os/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel32}-i686.pkg.tar.xz)
  16. md5sums=('2589d14436585ed37941c1a59a22b986')
  17.  
  18. build() {
  19. mkdir -p $startdir/pkg/opt/lib32/usr/lib
  20. cp -R $startdir/src/usr/lib/*.so* $startdir/pkg/opt/lib32/usr/lib
  21. }