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

Giovanni Scafora giovanni at archlinux.org
Wed Nov 30 20:40:51 UTC 2011


    Date: Wednesday, November 30, 2011 @ 15:40:51
  Author: giovanni
Revision: 143916

upgpkg: normalize 0.7.7-5

rebuild

Modified:
  normalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-30 20:36:32 UTC (rev 143915)
+++ PKGBUILD	2011-11-30 20:40:51 UTC (rev 143916)
@@ -4,13 +4,13 @@
 
 pkgname=normalize
 pkgver=0.7.7
-pkgrel=4
+pkgrel=5
 pkgdesc="A tool for adjusting the volume of WAV files to a standard level"
 arch=('i686' 'x86_64')
+url="http://normalize.nongnu.org"
 license=('GPL')
 depends=('audiofile' 'libmad' 'vorbis-tools' 'lame' 'flac' 'mpg123')
-source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-url="http://normalize.nongnu.org"
+source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('1749b16fc7a08aa5d0cf9f76eeaa8436')
 
 build() {
@@ -20,6 +20,11 @@
               --mandir=/usr/share/man \
               --with-audiofile \
               --with-mad
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  make
 }
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list