Guest User

npnth

a guest
Oct 10th, 2010
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # Contributor: simplexe <[email protected]>
  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:
Advertisement
Add Comment
Please, Sign In to add comment