Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 249

Summary: alsa-utils-0.9.0_beta10-r1.ebuild
Product: Gentoo Linux Reporter: bnl
Component: New packagesAssignee: Mikael Hallendal (hallski) (RETIRED) <hallski>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***