Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Contributor: simplexe <[email protected]>
- pkgname=lib32-sdl_sound
- pkgver=1.0.3
- pkgrel=2
- pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3"
- url="http://icculus.org/SDL_sound/"
- arch=('x86_64')
- license=('LGPL')
- groups=('lib32')
- depends=('lib32-sdl' 'lib32-libvorbis' 'lib32-libmikmod' 'lib32-flac' 'lib32-speex' 'lib32-smpeg')
- source=(ftp://ftp.archlinux.org/extra/os/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel}-i686.pkg.tar.gz)
- md5sums=('ed7877fea75e0814265a2e6f47e33796')
- build() {
- mkdir -p $pkgdir/usr/lib32/
- cp -R $srcdir/usr/lib/*.so* $pkgdir/usr/lib32
- }
- # vim:set ts=2 sw=2 et:
Advertisement
Add Comment
Please, Sign In to add comment