SDL_sound: use script wrapper to detect SDL.

This commit is contained in:
Juan RP 2014-05-13 11:15:28 +02:00
parent 06a463fe7f
commit 1928ba35c6

View file

@ -1,10 +1,10 @@
# Template file for 'SDL_sound' # Template file for 'SDL_sound'
pkgname=SDL_sound pkgname=SDL_sound
version=1.0.3 version=1.0.3
revision=4 revision=5
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
hostmakedepends="pkg-config SDL-devel" hostmakedepends="pkg-config"
makedepends="SDL-devel libmikmod-devel>=3.2.0 libvorbis-devel makedepends="SDL-devel libmikmod-devel>=3.2.0 libvorbis-devel
libflac-devel speex-devel smpeg-devel" libflac-devel speex-devel smpeg-devel"
short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3" short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3"