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

Giovanni Scafora giovanni at nymeria.archlinux.org
Wed Mar 26 18:30:03 UTC 2014


    Date: Wednesday, March 26, 2014 @ 19:30:03
  Author: giovanni
Revision: 108320

upgpkg: normalize 0.7.7-7

Fixed FS39446

Modified:
  normalize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-26 18:09:43 UTC (rev 108319)
+++ PKGBUILD	2014-03-26 18:30:03 UTC (rev 108320)
@@ -4,7 +4,7 @@
 
 pkgname=normalize
 pkgver=0.7.7
-pkgrel=6
+pkgrel=7
 pkgdesc="A tool for adjusting the volume of WAV files to a standard level"
 arch=('i686' 'x86_64')
 url="http://normalize.nongnu.org"
@@ -18,7 +18,7 @@
          '77d565e29bef11837e80347adfd42b58'
          '0b4bca7bf183275b9f939576ebad4233')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   patch -Np1 -i "${srcdir}/normalize-0.7.7-audiofile-pkgconfig.patch"
@@ -25,11 +25,15 @@
   patch -Np0 -i "${srcdir}/normalize-0.7.7-m4.patch"
 
   touch AUTHORS NEWS ChangeLog
-  libtoolize --force --copy
-  aclocal -I m4
-  autoreconf
-  automake --add-missing
+  #libtoolize --force --copy
+  #aclocal -I m4
+  autoreconf -vi
+  #automake --add-missing
+}
 
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   ./configure --prefix=/usr \
               --mandir=/usr/share/man \
               --with-audiofile \




More information about the arch-commits mailing list