1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
2 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
7 pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3"
8 url="https://icculus.org/SDL_sound/"
11 depends=(sdl libmikmod libvorbis flac speex)
12 source=(https://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz
14 sha256sums=('3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df'
15 '5ffe81fe08453f4abaa2611f9646db6b8fad0dfeaaf8c98b94613d5c6295c691')
20 CFLAGS+=" -I/usr/include/smpeg"
21 CXXFLAGS+=" -I/usr/include/smpeg"
23 ./configure --prefix=/usr --disable-static
29 make DESTDIR="$pkgdir" install