# 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 }
*** This bug has been marked as a duplicate of 250 ***