summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/normalize/normalize-0.7.6-r1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/media-sound/normalize/normalize-0.7.6-r1.ebuild b/media-sound/normalize/normalize-0.7.6-r1.ebuild
index ae2b049906d5..d7126f6a0e8e 100644
--- a/media-sound/normalize/normalize-0.7.6-r1.ebuild
+++ b/media-sound/normalize/normalize-0.7.6-r1.ebuild
@@ -1,16 +1,15 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6-r1.ebuild,v 1.6 2004/01/29 03:23:34 brad_mssw Exp $
-
-IUSE="xmms mad"
+# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.6-r1.ebuild,v 1.7 2004/02/07 19:38:20 vapier Exp $
DESCRIPTION="Audio file volume normalizer"
HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize"
SRC_URI="http://www1.cs.columbia.edu/~cvaill/normalize/${P}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ~ppc ~sparc amd64"
+IUSE="xmms mad"
RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 )
mad? ( >=media-sound/mad-0.14.2b )
@@ -19,9 +18,7 @@ RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 )
src_compile() {
local myconf
myconf=""
-
use mad && myconf="${myconf} --with-mad"
-
econf \
--with-audiofile \
${myconf} || die
@@ -29,6 +26,6 @@ src_compile() {
emake || die "emake failed"
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
}