Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249 - alsa-utils-0.9.0_beta10-r1.ebuild
Summary: alsa-utils-0.9.0_beta10-r1.ebuild
Status: RESOLVED DUPLICATE of bug 250
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mikael Hallendal (hallski) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-20 18:03 UTC by bnl
Modified: 2005-07-17 13:06 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 bnl 2002-01-20 18:03:53 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
# Modified <bnl@eecs.berkeley.edu>

P=alsa-utils-0.9.0beta10a
S=${WORKDIR}/${P}
DESCRIPTION="Advanced Linux Sound Architecture / Utils"
SRC_URI="ftp://ftp.alsa-project.org/pub/utils/${P}.tar.bz2"
HOMEPAGE="http://www.alsa-project.org/"

DEPEND="virtual/glibc
        >=sys-libs/ncurses-5.1
        >=media-libs/alsa-lib-0.9.0_beta10"

src_unpack() {

        unpack ${A} ; cd ${S}
}

src_compile() {

        ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST} 
|| die        make || die
}

src_install() {

        make DESTDIR=${D} install || die

        dodoc COPYING ChangeLog README
        dodoc seq/aconnect/README.aconnect
        dodoc seq/aseqnet/README.aseqnet
        newdoc alsamixer/README README.alsamixer

        exeinto /etc/init.d ; newexe ${FILESDIR}/alsa.rc6 alsa
}
Comment 1 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-20 18:56:04 UTC

*** This bug has been marked as a duplicate of 250 ***