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
1 changed files with 2 additions and 2 deletions

View File

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