summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-21 13:50:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-21 13:50:35 +0000
commitc818a8b2630486cc060f389a864c8d42d1fdb041 (patch)
tree5373edea58bae1752c2684fe3fa760c68c5843b6 /media-sound/normalize/normalize-0.7.4.ebuild
parentReal networks RealSDK license added (diff)
downloadgentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.tar.gz
gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.tar.bz2
gentoo-2-c818a8b2630486cc060f389a864c8d42d1fdb041.zip
repoman'd
Diffstat (limited to 'media-sound/normalize/normalize-0.7.4.ebuild')
-rw-r--r--media-sound/normalize/normalize-0.7.4.ebuild14
1 files changed, 5 insertions, 9 deletions
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