#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=SDL_sound pkgver=1.0.3 pkgrel=1 zenver=62 arch=i486 source=("http://icculus.org/SDL_sound/downloads/SDL_sound-1.0.3.tar.gz") sourcetemplate=http://pnboy.pinguix.com/gapan/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "credits") url=http://icculus.org/SDL_sound/ options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "SDL_sound is sound decoding library that uses SDL" "SDL_sound is a library that handles the decoding of several popular" "sound file formats, such as .WAV and .MP3. It is meant to make the" "programmer's sound playback tasks simpler." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }