Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1564 - ALSA-XMMS-.9 Ebuild
Summary: ALSA-XMMS-.9 Ebuild
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-05 16:47 UTC by Edward Ceaser
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edward Ceaser 2002-04-05 16:47:09 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Edward Ceaser <eaceaser@adelphia.net>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp

S=${WORKDIR}/${P}
DESCRIPTION="XMMS ALSA Plugin that is designed for ALSA .9 beta."
SRC_URI="http://freesoftware.fsf.org/download/alsa-xmms/alsa-xmms.tar.gz"
HOMEPAGE="http://savannah.gnu.org/projects/alsa-xmms/"
DEPEND=">=media-sound/xmms-1.2.6
        >=media-sound/alsa-driver-0.9.0_beta10
        >=media-libs/alsa-lib-0.9.0.1_beta10"
RDEPEND="${DEPEND}"

src_compile() {
        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man \
                || die "./configure failed"

        emake || die
}

src_install () {
        make DESTDIR=${D} install || die
}
Comment 1 Spider (RETIRED) gentoo-dev 2002-04-05 17:14:44 UTC
still a freeze but its noted and on my local copy.  will add for later.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-10-12 22:38:40 UTC
portage has 0.9.5

this bug report was marked for too long :(