contrib/sdl_sound/Pkgfile

18 lines
480 B
Plaintext
Raw Normal View History

# Description: A library for decoding various sound formats.
# URL: http://icculus.org/SDL_sound/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Aaron Marks, nymacro at gmail dot com
# Depends on: flac libmikmod libmodplug libvorbis physfs smpeg speex
name=sdl_sound
version=1.0.3
release=1
source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$version.tar.gz)
build() {
cd SDL_sound-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}