summaryrefslogtreecommitdiff
path: root/extra/normalize
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-01 23:14:46 +0000
committerroot <root@rshg054.dnsready.net>2011-12-01 23:14:46 +0000
commit9e9ab642711f2424f828e21d14b98c45cdef2b29 (patch)
tree5c1495cfda2b453e377084bad1b20e431e119063 /extra/normalize
parentbc0657f7159d0b01373ecb59afc426b98a172b1e (diff)
Thu Dec 1 23:14:46 UTC 2011
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 b0d56ed4f..1657800d7 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')
+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
}