From c818a8b2630486cc060f389a864c8d42d1fdb041 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Sun, 21 Jul 2002 13:50:35 +0000 Subject: repoman'd --- media-sound/normalize/normalize-0.7.4.ebuild | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'media-sound/normalize/normalize-0.7.4.ebuild') diff --git a/media-sound/normalize/normalize-0.7.4.ebuild b/media-sound/normalize/normalize-0.7.4.ebuild index fe23abb5cbba..10b57c93372a 100644 --- a/media-sound/normalize/normalize-0.7.4.ebuild +++ b/media-sound/normalize/normalize-0.7.4.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2002 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.4.ebuild,v 1.2 2002/06/21 17:58:36 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/normalize/normalize-0.7.4.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ DESCRIPTION="Audio file volume normalizer" HOMEPAGE="http://www.cs.columbia.edu/~cvaill/normalize" SRC_URI="http://www.cs.columbia.edu/~cvaill/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" RDEPEND="xmms? ( >=media-sound/xmms-1.2.7-r6 ) >=media-libs/audiofile-0.2.3-r1 >=media-sound/mad-0.14.2b-r1" -DEPEND="${RDEPEND}" - # NOTE: the "audiofile" and "mad" dependencies are NOT # actually *required*, they are optional, but there are no # appropriate USE variables. @@ -23,11 +23,7 @@ DEPEND="${RDEPEND}" # src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + econf --with-audiofile \ --with-mad || die -- cgit v1.2.3-65-gdbad