summaryrefslogtreecommitdiff
path: root/extra/normalize
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
commit3383a1fbd954b78716dd8ff9d9f2097e176d2279 (patch)
tree68aa3acbd50e6d0d7bdcfa2947d1772f7edb8a0d /extra/normalize
parent7f3d7e2203a9252280361a1d095528cb056d08dc (diff)
parent9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/packagekit/PKGBUILD community/liboglappth/PKGBUILD community/texvc/PKGBUILD extra/libvdpau/PKGBUILD extra/minicom/PKGBUILD extra/muparser/PKGBUILD extra/netkit-bsd-finger/PKGBUILD extra/normalize/PKGBUILD
Diffstat (limited to 'extra/normalize')
-rw-r--r--extra/normalize/PKGBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/extra/normalize/PKGBUILD b/extra/normalize/PKGBUILD
index f2e8eb00c..9fa1f7063 100644
--- a/extra/normalize/PKGBUILD
+++ b/extra/normalize/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 60853 2009-12-07 12:43:05Z giovanni $
+# $Id: PKGBUILD 143917 2011-11-30 20:41:17Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
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' 'mips64el')
+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 @@ build() {
--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
}