summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/xmms-shn/xmms-shn-2.2.4.ebuild')
-rw-r--r--media-sound/xmms-shn/xmms-shn-2.2.4.ebuild12
1 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/xmms-shn/xmms-shn-2.2.4.ebuild b/media-sound/xmms-shn/xmms-shn-2.2.4.ebuild
index 63e4bb1577ea..3809e8ed4347 100644
--- a/media-sound/xmms-shn/xmms-shn-2.2.4.ebuild
+++ b/media-sound/xmms-shn/xmms-shn-2.2.4.ebuild
@@ -1,15 +1,20 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-shn/xmms-shn-2.2.4.ebuild,v 1.2 2002/07/11 06:30:42 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms-shn/xmms-shn-2.2.4.ebuild,v 1.3 2002/07/22 00:48:14 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="This input plugin allows xmms to play .shn compressed (lossless) files"
SRC_URI="http://shnutils.etree.org/xmms-shn/source/${P}.tar.bz2"
HOMEPAGE="http://shnutils.etree.org/xmms-shn"
-DEPEND="virtual/glibc >=media-sound/xmms-1.2.5-r1"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="media-sound/xmms"
src_compile() {
- ./configure --prefix=/usr --host=${CHOST} || die
+ econf || die
make || die
}
@@ -17,4 +22,3 @@ src_install() {
make DESTDIR=${D} libdir=/usr/lib/xmms/Input install || die
dodoc AUTHORS COPYING NEWS README
}
-