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

Giovanni Scafora giovanni at archlinux.org
Mon Dec 7 12:40:28 UTC 2009


    Date: Monday, December 7, 2009 @ 07:40:27
  Author: giovanni
Revision: 60851

upgpkg: normalize 0.7.7-4
    Rebuilt against new version of mpg123 - soname bump

Modified:
  normalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-07 12:36:05 UTC (rev 60850)
+++ PKGBUILD	2009-12-07 12:40:27 UTC (rev 60851)
@@ -4,8 +4,8 @@
 
 pkgname=normalize
 pkgver=0.7.7
-pkgrel=3
-pkgdesc="normalize is a tool for adjusting the volume of WAV files to a standard level"
+pkgrel=4
+pkgdesc="A tool for adjusting the volume of WAV files to a standard level"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('audiofile' 'libmad' 'vorbis-tools' 'lame' 'flac' 'mpg123')
@@ -14,12 +14,12 @@
 md5sums=('1749b16fc7a08aa5d0cf9f76eeaa8436')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   ./configure --prefix=/usr \
               --mandir=/usr/share/man \
               --with-audiofile \
               --with-mad
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR="${pkgdir}" install || return 1
 }
-




More information about the arch-commits mailing list