[arch-commits] Commit in sdl_sound/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Fri Sep 9 23:21:19 UTC 2011


    Date: Friday, September 9, 2011 @ 19:21:19
  Author: allan
Revision: 137584

upgpkg: sdl_sound 1.0.3-3

old package rebuild

Modified:
  sdl_sound/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-09 22:58:20 UTC (rev 137583)
+++ PKGBUILD	2011-09-09 23:21:19 UTC (rev 137584)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer:
 # Contributor: Tom Newsom <Jeepster at 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 @@
   CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \
   ./configure --prefix=/usr
 
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL_sound-${pkgver}
   make DESTDIR=${pkgdir} install
 }
 




More information about the arch-commits mailing list