diff options
author | root <root@rshg054.dnsready.net> | 2011-09-10 23:14:36 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-10 23:14:36 +0000 |
commit | 1dc1efa50ce9926a6ed832bda2ebe3319485ac09 (patch) | |
tree | 25b059dc89bbd5f44377c1df6f612cf6556a6076 /extra/sdl_sound | |
parent | 42db4a0cf3a829fcd1bc2150669c6aa3c2984815 (diff) |
Sat Sep 10 23:14:36 UTC 2011
Diffstat (limited to 'extra/sdl_sound')
-rw-r--r-- | extra/sdl_sound/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/sdl_sound/PKGBUILD b/extra/sdl_sound/PKGBUILD index f452d63bf..e33a1addd 100644 --- a/extra/sdl_sound/PKGBUILD +++ b/extra/sdl_sound/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 22260 2008-12-24 15:29:53Z allan $ -# Maintainer: Allan McRae <allan@archlinux.org> +# $Id: PKGBUILD 137585 2011-09-09 23:22:23Z allan $ +# Maintainer: # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=sdl_sound pkgver=1.0.3 -pkgrel=2 +pkgrel=3 pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3" arch=('i686' 'x86_64') url="http://icculus.org/SDL_sound/" @@ -23,7 +23,11 @@ build() { CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \ ./configure --prefix=/usr - make || return 1 + make +} + +package() { + cd ${srcdir}/SDL_sound-${pkgver} make DESTDIR=${pkgdir} install } |