Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250 - alsa-lib-0.9.0_beta10-r1.ebuild (not a real modification.. just changed the titles... should save you guys some work)
Summary: alsa-lib-0.9.0_beta10-r1.ebuild (not a real modification.. just changed the t...
Status: RESOLVED DUPLICATE of bug 367
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mikael Hallendal (hallski) (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
: 248 249 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-01-20 18:04 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:04:59 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-lib-0.9.0beta10a
S=${WORKDIR}/${P}
DESCRIPTION="Advanced Linux Sound Architecture / Library"
SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${P}.tar.bz2"
HOMEPAGE="http://www.alsa-project.org/"

DEPEND="virtual/glibc virtual/alsa"
RDEPEND="virtual/glibc"

src_compile() {

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

}

src_install() {

  make DESTDIR=${D} install || die
  dodoc ChangeLog COPYING

}
Comment 1 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-20 18:56:05 UTC
*** Bug 249 has been marked as a duplicate of this bug. ***
Comment 2 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-20 18:56:11 UTC
*** Bug 248 has been marked as a duplicate of this bug. ***
Comment 3 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-20 18:57:26 UTC
the reason this hasn't been added is because it's a beta version.
if I remember correctly someone looked in to this a couple of month ago.

I'm not sure this should be added.
Comment 4 Geert Bevin 2002-01-23 18:58:20 UTC
I don't run alsa, so maybe this should be assigned to someone else.
Comment 5 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-24 03:18:34 UTC
ok, I can take a look at it when I have time.
Comment 6 Mikael Hallendal (hallski) (RETIRED) gentoo-dev 2002-01-27 17:47:51 UTC

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