1 # Template file for 'SDL_sound'
5 build_style=gnu-configure
6 configure_args="--disable-static"
7 hostmakedepends="pkg-config"
8 makedepends="SDL-devel libmikmod-devel libvorbis-devel
9 libflac-devel speex-devel smpeg-devel"
10 short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3"
11 maintainer="Juan RP <xtraeme@voidlinux.eu>"
12 homepage="http://icculus.org/SDL_sound/"
14 distfiles="http://icculus.org/${pkgname}/downloads/${pkgname}-${version}.tar.gz"
15 checksum="3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df"
17 SDL_sound-devel_package() {
18 depends="SDL-devel ${sourcepkg}>=${version}_${revision}"
19 short_desc+=" - development files"