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

Untitled

By: a guest on Sep 16th, 2010  |  syntax: None  |  size: 0.68 KB  |  hits: 86  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. pkgname=lib32-portaudio
  2. pkgver=19_20071207
  3. pkgrel=3
  4. pkgdesc="A free, cross-platform, open source, audio I/O library (32bit libs only)"
  5. arch=(x86_64)
  6. license=('custom')
  7. url="http://www.portaudio.com/"
  8. groups=('lib32')
  9. depends=(lib32-jack)
  10. source=(http://ftp.archlinux.org/community/os/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel}-i686.pkg.tar.gz)
  11. md5sums=('3c795f4eca80a8a062c0ec1e29282945')
  12.  
  13. build() {
  14.         install -dm755 $pkgdir/opt/lib32/usr/lib || return 1
  15.         cp -R $srcdir/usr/lib/*.so* $pkgdir/opt/lib32/usr/lib || return 1
  16.         cp -R $srcdir/usr/lib/*.a $pkgdir/opt/lib32/usr/lib || return 1
  17.         cp -R $srcdir/usr/share/* $pkgdir/opt/lib32/usr/share || return 1
  18. }