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

npnth

By: a guest on Oct 10th, 2010  |  syntax: None  |  size: 0.63 KB  |  hits: 105  |  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. # Contributor: simplexe <simplexe@mail.ru>
  2.  
  3. pkgname=lib32-sdl_sound
  4. pkgver=1.0.3
  5. pkgrel=2
  6. pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3"
  7. url="http://icculus.org/SDL_sound/"
  8. arch=('x86_64')
  9. license=('LGPL')
  10. groups=('lib32')
  11. depends=('lib32-sdl' 'lib32-libvorbis' 'lib32-libmikmod' 'lib32-flac' 'lib32-speex' 'lib32-smpeg')
  12. source=(ftp://ftp.archlinux.org/extra/os/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel}-i686.pkg.tar.gz)
  13. md5sums=('ed7877fea75e0814265a2e6f47e33796')
  14.  
  15. build() {
  16.  
  17.   mkdir -p $pkgdir/usr/lib32/
  18.   cp -R $srcdir/usr/lib/*.so* $pkgdir/usr/lib32
  19.  
  20. }
  21.  
  22. # vim:set ts=2 sw=2 et: