Date: Sunday, April 11, 2010 @ 22:11:45
  Author: dgriffiths
Revision: 77337

Adopted, cleanup

Modified:
  audacity/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-04-12 02:06:48 UTC (rev 77336)
+++ PKGBUILD    2010-04-12 02:11:45 UTC (rev 77337)
@@ -1,7 +1,8 @@
 # $Id$
-# Maintainer: Eric Belanger <e...@archlinux.org>
+# Contributor: Eric Belanger <e...@archlinux.org>
 # Contributor: Tom Newsom <jeeps...@gmx.co.uk>
 # Contributor: dorphell <dorph...@archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
 
 pkgname=audacity
 pkgver=1.3.12
@@ -19,20 +20,21 @@
 md5sums=('76996fec67181ca82ba191e012518b57')
 
 build() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}-beta"
+       cd ${srcdir}/${pkgname}-src-${pkgver}-beta
 
-  WX_CONFIG=/usr/bin/wx-config \
-  ./configure --prefix=/usr \
-     --with-portaudio=v19 --with-libsamplerate=system \
-     --without-libresample --with-libmad=system \
-     --with-id3tag=system --with-flac=system \
-     --with-vorbis=system --with-libexpat=system \
-     --with-libsndfile=system --with-soundtouch \
-     --enable-unicode --without-taglib || return 1
-  make || return 1
+       WX_CONFIG=/usr/bin/wx-config \
+       ./configure --prefix=/usr \
+            --with-portaudio=v19 --with-libsamplerate=system \
+            --without-libresample --with-libmad=system \
+            --with-id3tag=system --with-flac=system \
+            --with-vorbis=system --with-libexpat=system \
+            --with-libsndfile=system --with-soundtouch \
+            --enable-unicode --without-taglib || return 1
+       make || return 1
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-src-${pkgver}-beta"
-  make DESTDIR="${pkgdir}" install || return 1
+       cd ${srcdir}/${pkgname}-src-${pkgver}-beta
+
+       make DESTDIR=${pkgdir} install || return 1
 }

Reply via email to